diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-06-14 07:26:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-06-14 07:26:50 +0000 |
commit | 1fdca46abf0f19375603ad0bb40f2f36e49529c9 (patch) | |
tree | be26837c600cbeff3dbf4914970ead0eb365952b /devel/libhash | |
parent | f27cdd3602602c4f12ce8d47b38027f8bd6ce15f (diff) |
Notes
Diffstat (limited to 'devel/libhash')
-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 |