diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 16:02:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 16:02:15 +0000 |
commit | 63ccd9f0eb674041d31e9d8384ec16e83e7ec01a (patch) | |
tree | f46759e8f9bda6538f49d092c2c6dd62d96f5ced /misc/chord2html | |
parent | ee67a3b333e5d404f52d9c4dc5fe57e6c3d1ba27 (diff) | |
download | freebsd-ports-63ccd9f0eb674041d31e9d8384ec16e83e7ec01a.zip |
Mark as BROKEN: unfetchable.
Source: distfile survey
Diffstat (limited to 'misc/chord2html')
-rw-r--r-- | misc/chord2html/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/chord2html/Makefile b/misc/chord2html/Makefile index 5936eb5213ab..21bf2d8caf48 100644 --- a/misc/chord2html/Makefile +++ b/misc/chord2html/Makefile @@ -9,11 +9,15 @@ PORTNAME= chord2html PORTVERSION= 1.3 CATEGORIES= misc -MASTER_SITES= http://helllabs.org/~claudio/chord/ +MASTER_SITES= # disappeared MAINTAINER= ports@FreeBSD.org COMMENT= Convert CHORD input files to HTML +BROKEN= "mastersite disappeared" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-11 + RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD USE_PERL5= yes |