25a80fb4ab
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.
19 lines
478 B
Makefile
19 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/03/05 18:51:31 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= pyasn1-0.0.8a
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyasn1/}
|
|
|
|
MAINTAINER= tonnerre@NetBSD.org
|
|
HOMEPAGE= http://pyasn1.sourceforge.net/
|
|
COMMENT= ITU Abstract Syntax Notification for Python
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYSETUP= setup.py
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|