pkgsrc/net/py-IP/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

15 lines
392 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:54 jlam Exp $
DISTNAME= IPy-0.4
PKGNAME= ${PYPKGPREFIX}-IP-0.4
CATEGORIES= net
MASTER_SITES= http://c0re.jp:80/c0de/IPy/
MAINTAINER= shell@shellhung.org
HOMEPAGE= http://c0re.jp:80/c0de/IPy/
COMMENT= python module to handle IPv4 and IPv6 address
PYDISTUTILSPKG= # defined
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"