freebsd-ports/security/py-rijndael/Makefile
Martin Wilke 028295699a - Update to 1.4
PR:		132953
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-03-23 18:48:37 +00:00

29 lines
702 B
Makefile

# 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
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>