pkgsrc/security/py-SSLCrypto/Makefile
wiz 4faa202860 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

23 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/04/08 19:09:11 wiz Exp $
#
DISTNAME= SSLCrypto-0.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 3
CATEGORIES= security python
MASTER_SITES= http://www.freenet.org.nz/python/SSLCrypto/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freenet.org.nz/python/SSLCrypto/
COMMENT= Python bindings for openssl
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.4.1:../../lang/py-pyrex
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"