diff options
Diffstat (limited to 'security/py-rijndael/Makefile')
-rw-r--r-- | security/py-rijndael/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/security/py-rijndael/Makefile b/security/py-rijndael/Makefile deleted file mode 100644 index babb9f0ad882..000000000000 --- a/security/py-rijndael/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: py-rijndael -# Date created: Jul 23, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= rijndael -PORTVERSION= 1.4 -CATEGORIES= security python -MASTER_SITES= http://jclement.ca/software/pyrijndael/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -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 - -do-build: - @cd ${WRKSRC} && ${PYTHON_CMD} -c 'import pyRijndael' - @cd ${WRKSRC} && ${PYTHON_CMD} -O -c 'import pyRijndael' - -do-install: - @${INSTALL_DATA} ${WRKSRC}/pyRijndael.* ${PYTHON_SITELIBDIR} - -.include <bsd.port.mk> |