Tweak security/sshblock version 1.0_1
[dports.git] / security / py-slowaes / Makefile
1 # Created by: Neil Booth
2 # $FreeBSD$
3
4 PORTNAME=       slowaes
5 DISTVERSION=    0.1a1
6 PORTREVISION=   1
7 CATEGORIES=     security python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     kyuupichan@gmail.com
12 COMMENT=        Implementation of AES in pure Python
13
14 LICENSE=        APACHE20
15
16 USES=           python:2
17 USE_PYTHON=     distutils autoplist
18
19 .include <bsd.port.mk>