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.
22 lines
621 B
Makefile
22 lines
621 B
Makefile
# $NetBSD: Makefile,v 1.38 2009/03/05 18:51:33 joerg Exp $
|
|
|
|
DISTNAME= pycurl-7.16.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://pycurl.sourceforge.net/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pycurl.sourceforge.net/
|
|
COMMENT= Python module interface to the cURL library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= # defined
|
|
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
|
|
|
|
BUILDLINK_API_DEPENDS.curl+= curl>=7.16.1
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|