Wed Jun 21 09:53:50 2017 UTC ()
USE_LANGUAGES is not needed


(adam)
diff -r1.4 -r1.5 pkgsrc/devel/py-construct/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-construct/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-construct/Makefile 2017/06/21 09:49:27 1.4
+++ pkgsrc/devel/py-construct/Makefile 2017/06/21 09:53:50 1.5
@@ -1,18 +1,16 @@ @@ -1,18 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2017/06/21 09:49:27 adam Exp $ 1# $NetBSD: Makefile,v 1.5 2017/06/21 09:53:50 adam Exp $
2 2
3DISTNAME= construct-2.8.12 3DISTNAME= construct-2.8.12
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/construct/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/construct/}
7 7
8MAINTAINER= eric@cirr.com 8MAINTAINER= eric@cirr.com
9HOMEPAGE= http://construct.readthedocs.io/ 9HOMEPAGE= http://construct.readthedocs.io/
10COMMENT= Powerful declarative parser for binary data 10COMMENT= Powerful declarative parser for binary data
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 13DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
14 14
15#USE_LANGUAGES= c 
16 
17.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
18.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"