diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 06:18:08 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-24 06:18:08 +0000 |
commit | 46dfffde804529658b0cc35829fdcb34df28570c (patch) | |
tree | a7815968ae598ec04d65774fe5ddc38240d2f93d /net/p5-Net-FS-Flickr/Makefile | |
parent | c63b6cd8a66ba90c2783102a19120a34365ded15 (diff) |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 4).
Approved by: portmgr (itetcu)
Notes
Notes:
svn path=/head/; revision=248459
Diffstat (limited to 'net/p5-Net-FS-Flickr/Makefile')
-rw-r--r-- | net/p5-Net-FS-Flickr/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/p5-Net-FS-Flickr/Makefile b/net/p5-Net-FS-Flickr/Makefile index 4f95baced6dc..38a8e472134d 100644 --- a/net/p5-Net-FS-Flickr/Makefile +++ b/net/p5-Net-FS-Flickr/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net-FS-Flickr PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= A Perl interface for store and retrieve files on Flickr -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ +BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Acme/Steganography/Image/Png.pm:${PORTSDIR}/graphics/p5-Acme-Steganography-Image-Png \ ${SITE_PERL}/Flickr/Upload.pm:${PORTSDIR}/www/p5-Flickr-Upload RUN_DEPENDS= ${BUILD_DEPENDS} |