c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
20 lines
538 B
Makefile
20 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.16 2004/10/03 00:18:12 tv Exp $
|
|
#
|
|
|
|
DISTNAME= pycrypto-1.9a6
|
|
PKGNAME= ${PYPKGPREFIX}-amkCrypto-1.9a6
|
|
PKGREVISION= 3
|
|
CATEGORIES= security python
|
|
MASTER_SITES= http://www.amk.ca/files/python/crypto/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.amk.ca/python/code/crypto.html
|
|
COMMENT= Cryptographic and hash functions for Python
|
|
|
|
USE_BUILDLINK3= yes
|
|
PYBINMODULE= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|