aboutsummaryrefslogtreecommitdiff
path: root/security/pwman3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pwman3/Makefile')
-rw-r--r--security/pwman3/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/security/pwman3/Makefile b/security/pwman3/Makefile
deleted file mode 100644
index f5314f89344d..000000000000
--- a/security/pwman3/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-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
-WWW= http://pwman.bleurgh.com
-
-DEPRECATED= Depends on expired security/py-pycrypto
-EXPIRATION_DATE=2022-09-30
-
-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 <bsd.port.mk>