pkgsrc/security/py-OpenSSL/Makefile
joerg 25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
2009-03-05 18:51:26 +00:00

21 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.17 2009/03/05 18:51:31 joerg Exp $
#
DISTNAME= pyOpenSSL-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyopenssl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pyopenssl.sourceforge.net/
COMMENT= Python interface to the OpenSSL library
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_VERSIONS_ACCEPTED= 25 24 23
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"