22 lines
443 B
Makefile
22 lines
443 B
Makefile
# Created by: Neil Booth
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= slowaes
|
|
DISTVERSION= 0.1a1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kyuupichan@gmail.com
|
|
COMMENT= Implementation of AES in pure Python
|
|
|
|
LICENSE= AL2
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS=easy_install
|
|
PYDISTUTILS_PKGVERSION= ${DISTVERSION}
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|