diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-25 18:10:14 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-25 18:10:14 +0000 |
commit | c0211cd9932f204ca2637385c326da1b4289a2d3 (patch) | |
tree | 3beef41e9e4b8bdf47b462ede37bc3ad010479da | |
parent | ed42977f669e7325a0dbba3ff7f89c4e85d8b57e (diff) | |
download | ports-c0211cd9932f204ca2637385c326da1b4289a2d3.tar.gz ports-c0211cd9932f204ca2637385c326da1b4289a2d3.zip |
- Mark deprecated since it's removed from CPAN
- Avoid use of SITE_PERL in case this gets resurrected
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293809
-rw-r--r-- | www/p5-IMDB-Movie/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/p5-IMDB-Movie/Makefile b/www/p5-IMDB-Movie/Makefile index b9ccd239f946..d8c70a0f7e4e 100644 --- a/www/p5-IMDB-Movie/Makefile +++ b/www/p5-IMDB-Movie/Makefile @@ -15,9 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to fetch movie info from www.imdb.com -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ - ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww +DEPRECATED= Removed from CPAN +EXPIRATION_DATE= 2012-04-25 + +BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |