diff options
author | linimon <linimon@FreeBSD.org> | 2004-04-10 14:48:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-04-10 14:48:35 +0800 |
commit | 2acfaa9a233cef3c3b9dc30b5ead9251d7b1c811 (patch) | |
tree | fbe15b040ddcbd8bb2f6c9393e18d5ad64ff2b9d /textproc/py-martel | |
parent | 4d740f2a98ea2c03f636642660427c1ebef5981e (diff) | |
download | freebsd-ports-gnome-2acfaa9a233cef3c3b9dc30b5ead9251d7b1c811.tar.gz freebsd-ports-gnome-2acfaa9a233cef3c3b9dc30b5ead9251d7b1c811.tar.zst freebsd-ports-gnome-2acfaa9a233cef3c3b9dc30b5ead9251d7b1c811.zip |
Per distfile survey, no longer fetches from mastersite; mark as deprecated
since it is only a strict subset of biology/py-biopython. Notified
maintainer.
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 |