pkgsrc/www/py-curl/Makefile
jlam e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00

18 lines
454 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/09/21 23:47:00 jlam Exp $
DISTNAME= pycurl-7.9.7
PKGNAME= ${PYPKGPREFIX}-curl-7.9.7
CATEGORIES= www
MASTER_SITES= http://pycurl.sourceforge.net/
MAINTAINER= shell@netbsd.org
HOMEPAGE= http://pycurl.sf.net/
COMMENT= python module interface to the cURL library
DEPENDS+= curl>=7.9.7:../../www/curl
PYDISTUTILSPKG= # defined
PYBINMODULE= # defined
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"