svn commit: r363555 - head/graphics/p5-Image-Imgur
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 10:05:22 UTC 2014
Author: sunpoet
Date: Thu Jul 31 10:05:21 2014
New Revision: 363555
URL: http://svnweb.freebsd.org/changeset/ports/363555
QAT: https://qat.redports.org/buildarchive/r363555/
Log:
- Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
Modified:
head/graphics/p5-Image-Imgur/Makefile
head/graphics/p5-Image-Imgur/pkg-descr
head/graphics/p5-Image-Imgur/pkg-plist
Modified: head/graphics/p5-Image-Imgur/Makefile
==============================================================================
--- head/graphics/p5-Image-Imgur/Makefile Thu Jul 31 10:05:15 2014 (r363554)
+++ head/graphics/p5-Image-Imgur/Makefile Thu Jul 31 10:05:21 2014 (r363555)
@@ -10,10 +10,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Perl extension for uploading images to http://imgur.com
-RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5 tar:tgz
USE_PERL5= configure
+USES= perl5 tar:tgz
.include <bsd.port.mk>
Modified: head/graphics/p5-Image-Imgur/pkg-descr
==============================================================================
--- head/graphics/p5-Image-Imgur/pkg-descr Thu Jul 31 10:05:15 2014 (r363554)
+++ head/graphics/p5-Image-Imgur/pkg-descr Thu Jul 31 10:05:21 2014 (r363555)
@@ -1,4 +1,4 @@
-Image::Imgur intends to make programmatically possible to upload image
-files to the website http://imgur.com.
+Image::Imgur intends to make programmatically possible to upload image files to
+the website http://imgur.com.
WWW: http://search.cpan.org/dist/Image-Imgur/
Modified: head/graphics/p5-Image-Imgur/pkg-plist
==============================================================================
--- head/graphics/p5-Image-Imgur/pkg-plist Thu Jul 31 10:05:15 2014 (r363554)
+++ head/graphics/p5-Image-Imgur/pkg-plist Thu Jul 31 10:05:21 2014 (r363555)
@@ -1,6 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur/.packlist
%%SITE_PERL%%/Image/Imgur.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur/.packlist
%%PERL5_MAN3%%/Image::Imgur.3.gz
- at dirrmtry %%SITE_PERL%%/Image
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
+ at dirrmtry %%SITE_PERL%%/Image
More information about the svn-ports-head
mailing list