summaryrefslogtreecommitdiffstats
path: root/security/py-cryptkit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-cryptkit/Makefile')
-rw-r--r--security/py-cryptkit/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile
new file mode 100644
index 0000000..8e5cf17
--- /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>
OpenPOWER on IntegriCloud