diff options
-rw-r--r-- | devel/libhash/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/libhash/Makefile b/devel/libhash/Makefile index c29d96c17216..06bf0103e37b 100644 --- a/devel/libhash/Makefile +++ b/devel/libhash/Makefile @@ -8,11 +8,14 @@ PORTNAME= libhash PORTVERSION= 1.0.3 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/libhash/ +MASTER_SITES= # disappeared -MAINTAINER= andrew@ugh.net.au +MAINTAINER= ports@FreeBSD.org COMMENT= A library for manipulating hash tables +DEPRECATED= Download unavailable anymore +EXPIRATION_DATE= 2006-07-14 + WRKSRC= ${WRKDIR}/libhash MAN3= libhash.3 libhash_convenience.3 |