aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pymarc/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2012-04-04 13:47:02 +0000
committerWen Heping <wen@FreeBSD.org>2012-04-04 13:47:02 +0000
commit189bfb7ec7fcb6e2a36ec4310b78efd8340f46cb (patch)
treee55c97736a568dcdf9e7e3e73f8b3c2da1999130 /devel/py-pymarc/Makefile
parent7c8b576a8e173f20e5abaa1d181e8187c89ab60a (diff)
downloadports-189bfb7ec7fcb6e2a36ec4310b78efd8340f46cb.tar.gz
ports-189bfb7ec7fcb6e2a36ec4310b78efd8340f46cb.zip
- update to 2.8.4
- bump PORTEPOCH - add LICENSE (BSD) - strict python versions to 2.x (doesn't work with 3.x yet) - move pkg-plist to PLIST_FILES PR: ports/166528 Submitted by: rm@ Feature safe: yes
Notes
Notes: svn path=/head/; revision=294199
Diffstat (limited to 'devel/py-pymarc/Makefile')
-rw-r--r--devel/py-pymarc/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/py-pymarc/Makefile b/devel/py-pymarc/Makefile
index 1635357643e3..872e931bde4c 100644
--- a/devel/py-pymarc/Makefile
+++ b/devel/py-pymarc/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= pymarc
-PORTVERSION= 2.71
+PORTVERSION= 2.8.4
+PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Read Write And Modify MARC Bibliographic Data
-USE_PYTHON= yes
+LICENSE= BSD
+
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>