e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
19 lines
514 B
Makefile
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"
|