diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-16 18:14:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-16 18:14:44 +0800 |
commit | 6be4015697d4a770e6ef7d412d8882f68565862c (patch) | |
tree | 2ed8b08c59b5ca65c61c0b88d863f5d9a59d4b8f /security/py-cryptkit/Makefile | |
parent | f8984ab6f55e046235c71aa44bee33e0b43305fc (diff) | |
download | freebsd-ports-gnome-6be4015697d4a770e6ef7d412d8882f68565862c.tar.gz freebsd-ports-gnome-6be4015697d4a770e6ef7d412d8882f68565862c.tar.zst freebsd-ports-gnome-6be4015697d4a770e6ef7d412d8882f68565862c.zip |
add py-cryptkit 0.9
A Cryptographic Toolkit for Python
Diffstat (limited to 'security/py-cryptkit/Makefile')
-rw-r--r-- | security/py-cryptkit/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile new file mode 100644 index 000000000000..8e5cf17915e2 --- /dev/null +++ b/security/py-cryptkit/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# Ports collection makefile for: py-cryptkit +# Date created: Mar 16, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= cryptkit +PORTVERSION= 0.9 +CATEGORIES= security python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@FreeBSD.org + +USE_PYTHON= yes + +SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py + +do-build: + @${SETUP_CMD} build + +do-install: + @${SETUP_CMD} install + +.include <bsd.port.mk> |