freebsd-ports/security/py-slowaes/Makefile
Marcus von Appen 742321c708 - Convert ports of science/ and security to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:50:42 +00:00

19 lines
355 B
Makefile

# Created by: Neil Booth
# $FreeBSD$
PORTNAME= slowaes
DISTVERSION= 0.1a1
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kyuupichan@gmail.com
COMMENT= Implementation of AES in pure Python
LICENSE= APACHE20
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>