diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-18 14:57:05 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-18 14:57:05 +0000 |
commit | 1304870568707d26a535733563e4c960e200e4fe (patch) | |
tree | b42d5c56d1e0db0f11502288a0fe352f428e332f /science/pyteomics/Makefile | |
parent | aa08effa4ad7b5595fc37f4fdca170ee72626d63 (diff) | |
download | ports-1304870568707d26a535733563e4c960e200e4fe.tar.gz ports-1304870568707d26a535733563e4c960e200e4fe.zip |
- Update to 2.2.0
- Use autoplist
Notes
Notes:
svn path=/head/; revision=334204
Diffstat (limited to 'science/pyteomics/Makefile')
-rw-r--r-- | science/pyteomics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/pyteomics/Makefile b/science/pyteomics/Makefile index 7d1f22339b1d..03cc2efb18dd 100644 --- a/science/pyteomics/Makefile +++ b/science/pyteomics/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pyteomics -PORTVERSION= 2.1.5 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,5 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |