diff --git a/security/pwman3/Makefile b/security/pwman3/Makefile index 61bfdcc92d38..c9d271f2fb97 100644 --- a/security/pwman3/Makefile +++ b/security/pwman3/Makefile @@ -1,20 +1,22 @@ # Created by: Yarodin PORTNAME= pwman3 PORTVERSION= 0.0.6 PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= http://pwman.bleurgh.com/~ivan/pwman3/source/ \ http://source.antisupport.com/pwman3/ DISTNAME= Pwman3-${PORTVERSION} MAINTAINER= yarodin@gmail.com COMMENT= Console password management application with sql storage RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:security/py-pycrypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist concurrent optsuffix +NO_ARCH= yes + .include