Revision: 74031 http://trac.macports.org/changeset/74031 Author: dports@macports.org Date: 2010-12-02 16:03:48 -0800 (Thu, 02 Dec 2010) Log Message: ----------- p5-flickr-api: update to 1.04 (#27530) * add license and missing dependency * add new maintainer Modified Paths: -------------- trunk/dports/perl/p5-flickr-api/Portfile Modified: trunk/dports/perl/p5-flickr-api/Portfile =================================================================== --- trunk/dports/perl/p5-flickr-api/Portfile 2010-12-03 00:00:39 UTC (rev 74030) +++ trunk/dports/perl/p5-flickr-api/Portfile 2010-12-03 00:03:48 UTC (rev 74031) @@ -4,20 +4,20 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Flickr-API 0.07 +perl5.setup Flickr-API 1.04 platforms darwin -maintainers nomaintainer +maintainers l2g.to:larry+macports +license Artistic 2.0 supported_archs noarch description Perl interface to the Flickr API long_description ${description} -checksums md5 e2c20020851a8bdf880b2cd5581126da +checksums sha1 40f413aa9e7018035e5cde156b503743fb988272 \ + rmd160 e9c39041f23869afc8a285fc7e493c42d160899f -homepage http://search.cpan.org/~iamcal/Flickr-API/ -master_sites http://search.cpan.org/CPAN/authors/id/I/IA/IAMCAL/ - -depends_lib-append port:p5-digest-md5 port:p5-libwww-perl \ +depends_lib-append port:p5-digest-md5 \ + port:p5-libwww-perl \ + port:p5-uri \ port:p5-xml-parser-lite-tree -