opnsense-ports/security/py-slowaes/Makefile
Franco Fichtner f5acf72395 */*: sync with upstream
Taken from: HardenedBSD
2018-02-26 09:17:44 +01:00

19 lines
357 B
Makefile

# Created by: Neil Booth
# $FreeBSD$
PORTNAME= slowaes
DISTVERSION= 0.1a1
PORTREVISION= 2
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.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>