diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-29 16:23:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-29 16:23:31 +0000 |
commit | e0b42f726464dc71ced289fc2658d2429feb009e (patch) | |
tree | 34934c9b9d9610cbb2a9f00eb3d0340c0a71c7a0 /security/py-cryptkit/Makefile | |
parent | a0ad18e39cc4a8012e090683aa102ae3ea1c4d58 (diff) | |
download | pkgsrc-e0b42f726464dc71ced289fc2658d2429feb009e.tar.gz |
initial import of py-cryptkit-0.9, a python Cryptographic Toolkit,
submitted by Shell Hung per PR pkg/15131
Diffstat (limited to 'security/py-cryptkit/Makefile')
-rw-r--r-- | security/py-cryptkit/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile new file mode 100644 index 00000000000..53a17aef542 --- /dev/null +++ b/security/py-cryptkit/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:23:31 drochner Exp $ + +DISTNAME= cryptkit-0.9 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptkit/} + +MAINTAINER= shell@shellhung.org +HOMEPAGE= http://cryptkit.sf.net/ +COMMENT= python Cryptographic Toolkit + +PYBINMODULE= yes +PYDISTUTILSPKG= yes + +.include "../../lang/python/extension.buildlink.mk" +.include "../../mk/bsd.pkg.mk" |