summaryrefslogtreecommitdiff
path: root/net/py-libdnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-libdnet/Makefile')
-rw-r--r--net/py-libdnet/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile
index 6b0128a3d09..202a406ace1 100644
--- a/net/py-libdnet/Makefile
+++ b/net/py-libdnet/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:42 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2011/10/16 03:47:30 obache Exp $
#
DISTNAME= libdnet-1.12
PKGNAME= ${PYPKGPREFIX}-libdnet-1.12
+PKGREVISION= 1
CATEGORIES= devel net
MASTER_SITES= http://libdnet.googlecode.com/files/
EXTRACT_SUFX= .tgz
@@ -10,13 +11,15 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/libdnet/
COMMENT= Python wrapper for libdnet
+LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-PYDISTUTILSPKG= yes
PYSETUPSUBDIR= python
-.include "../../lang/python/extension.mk"
+EGG_NAME= ${DISTNAME:S/^lib//}
+
+.include "../../lang/python/distutils.mk"
.include "../../net/libdnet/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"