diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-04-10 06:48:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-04-10 06:48:35 +0000 |
commit | 583f14403eb27605a4aa0dceef20fb0a2f9e1a19 (patch) | |
tree | d62e20ef77e09b47a4f4ac62341056158bfa1b9b /textproc/py-martel | |
parent | 84c9fc1c7697f9645decffedd209489e35b30abb (diff) | |
download | ports-583f14403eb27605a4aa0dceef20fb0a2f9e1a19.tar.gz ports-583f14403eb27605a4aa0dceef20fb0a2f9e1a19.zip |
Notes
Diffstat (limited to 'textproc/py-martel')
-rw-r--r-- | textproc/py-martel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-martel/Makefile b/textproc/py-martel/Makefile index 2c0b13a25f74..b1a80b34ddba 100644 --- a/textproc/py-martel/Makefile +++ b/textproc/py-martel/Makefile @@ -9,7 +9,7 @@ PORTNAME= martel PORTVERSION= 0.8 PORTEPOCH= 1 CATEGORIES= textproc biology python -MASTER_SITES= http://www.biopython.org/Download/ +MASTER_SITES= # no longer available separately from biopython MASTER_SITE_SUBDIR= wjv PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= biopython-${BIOPYTHON_VERSION} @@ -19,6 +19,7 @@ COMMENT= A parser generator for regular languages, written in Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/TextTools/__init__.py:${PORTSDIR}/lang/py-mx-base +DEPRECATED= "not up-to-date and is only a subset of biology/py-biopython" USE_PYTHON= yes USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/${DISTNAME}/Martel |