pkgsrc/security/py-amkCrypto/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

19 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/06/02 01:17:05 jschauma Exp $
#
DISTNAME= pycrypto-1.9a4
PKGNAME= ${PYPKGPREFIX}-amkCrypto-1.9a4
CATEGORIES= security
MASTER_SITES= http://www.amk.ca/files/python/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.amk.ca/python/code/crypto.html
COMMENT= cryptographic and hash functions for Python
USE_BUILDLINK2= yes
PYBINMODULE= yes
PYDISTUTILSPKG= yes
.include "../../security/openssl/buildlink2.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"