742321c708
Approved by: portmgr (implicit)
16 lines
338 B
Makefile
16 lines
338 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cryptkit
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= security python
|
|
MASTER_SITES= SF/${PORTNAME}/_${PORTNAME}/Complete%20Kit
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Cryptographic Toolkit for Python
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|