diff options
author | bapt <bapt@FreeBSD.org> | 2012-09-21 18:07:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-09-21 18:07:33 +0800 |
commit | 6a42c7a635955b22f22d087b2f2dd0eaba4c1e72 (patch) | |
tree | 017f7e23412634a43da6ae1778ea55bf0d9b5278 /security/py-rijndael | |
parent | 804103142831b1b59118b5feab3518cac3d3181c (diff) | |
download | freebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.tar.gz freebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.tar.zst freebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.zip |
Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator)
Diffstat (limited to 'security/py-rijndael')
-rw-r--r-- | security/py-rijndael/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-rijndael/Makefile b/security/py-rijndael/Makefile index fdee3aab536b..babb9f0ad882 100644 --- a/security/py-rijndael/Makefile +++ b/security/py-rijndael/Makefile @@ -16,6 +16,9 @@ DISTNAME= pyrijndael-v${PORTVERSION:S:.:_:} MAINTAINER= ports@FreeBSD.org COMMENT= A pure python implementation of the Rijndael encryption algorithm +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_PYTHON= yes WRKSRC= ${WRKDIR}/pyrijndael |