Convert to use python/distutils.mk.
Bump PKGREVISION.
This commit is contained in:
parent
92d1505e1b
commit
0141b9f806
2 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/07/22 11:59:53 richard Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2014/02/06 01:58:20 obache Exp $
|
||||
|
||||
DISTNAME= pyparsing-2.0.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyparsing/pyparsing/${DISTNAME}/}
|
||||
|
||||
|
@ -9,7 +11,5 @@ HOMEPAGE= http://sourceforge.net/projects/pyparsing
|
|||
COMMENT= Pyparsing module for Python
|
||||
LICENSE= mit
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/07/22 11:59:53 richard Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2014/02/06 01:58:20 obache Exp $
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/pyparsing.py
|
||||
${PYSITELIB}/pyparsing.pyc
|
||||
${PYSITELIB}/pyparsing.pyo
|
||||
|
|
Loading…
Reference in a new issue