diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libhtmlparse/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/libhtmlparse/Makefile b/textproc/libhtmlparse/Makefile index d9b8cee..8cb83e8 100644 --- a/textproc/libhtmlparse/Makefile +++ b/textproc/libhtmlparse/Makefile @@ -8,11 +8,15 @@ PORTNAME= libhtmlparse PORTVERSION= 0.2.0 CATEGORIES= textproc devel -MASTER_SITES= http://www.translator.cx/dist/libs/ +MASTER_SITES= # disappeared -MAINTAINER= mooneer@translator.cx +MAINTAINER= ports@FreeBSD.org COMMENT= Simple and fast HTML parsing library for C programs +BROKEN= "mastersite disappeared" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-09 + USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes |