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.
21 lines
554 B
Makefile
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"
|