Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+6 -7
View File
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.3 2013/06/16 08:50:42 pettai Exp $
#
# $NetBSD: Makefile,v 1.4 2014/01/20 12:39:14 wiz Exp $
DISTNAME= dpkt-1.8
PKGNAME= ${PYPKGPREFIX}-dpkt-1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://dpkt.googlecode.com/files/
@@ -11,10 +11,9 @@ HOMEPAGE= http://code.google.com/p/dpkt/
COMMENT= Python packet creation / parsing library
LICENSE= modified-bsd
PYDISTUTILSPKG= yes
USE_LANGUAGES= # none
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.8
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"