diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-14 17:10:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-14 17:10:51 +0000 |
commit | 8ac6f6dbefee1e8d4d4f2566fbdb29c6fcc201ee (patch) | |
tree | 336c22443fc12f908f87496d79e3c222ff6630a9 /net/net-http | |
parent | 1345f98dbdaee677c3a4f6a3bf94f4b81562ad43 (diff) | |
download | ports-8ac6f6dbefee1e8d4d4f2566fbdb29c6fcc201ee.tar.gz ports-8ac6f6dbefee1e8d4d4f2566fbdb29c6fcc201ee.zip |
Notes
Diffstat (limited to 'net/net-http')
-rw-r--r-- | net/net-http/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net-http/Makefile b/net/net-http/Makefile index d025918ada18..924a4afb67ca 100644 --- a/net/net-http/Makefile +++ b/net/net-http/Makefile @@ -16,6 +16,9 @@ MASTER_SITES= # http://evan.prodromou.san-francisco.ca.us/software/net-http/ MAINTAINER= ports@FreeBSD.org COMMENT= A library for doing HTTP client-side programming in Guile +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile RUN_DEPENDS= ${BUILD_DEPENDS} |