diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-18 06:37:13 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-18 06:37:13 +0800 |
commit | 370746894c09e65152ca9a7f41496e23f4ecd0a5 (patch) | |
tree | 39462844968abcd9b6180aba8c17b135675e5c51 /net | |
parent | 99659bd1435bc68ebabb42343276ecd3a78858bd (diff) | |
download | freebsd-ports-gnome-370746894c09e65152ca9a7f41496e23f4ecd0a5.tar.gz freebsd-ports-gnome-370746894c09e65152ca9a7f41496e23f4ecd0a5.tar.zst freebsd-ports-gnome-370746894c09e65152ca9a7f41496e23f4ecd0a5.zip |
- Mark deprecated since it's gone from CPAN
PR: ports/165779
Approved by: toni.viemero@iki.fi (maintainer)
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Gopher/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Net-Gopher/Makefile b/net/p5-Net-Gopher/Makefile index ffe25be6d250..aa2b081bc4bd 100644 --- a/net/p5-Net-Gopher/Makefile +++ b/net/p5-Net-Gopher/Makefile @@ -14,9 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= toni.viemero@iki.fi COMMENT= Net::Gopher is the Perl Gopher/Gopher+ API -RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} +DEPRECATED= gone from CPAN +EXPIRATION_DATE= 2012-04-17 + PERL_CONFIGURE= yes MAN3= Net::Gopher.3 \ |