mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
f6a97aad14
commit
067dfb5583
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363555
@ -10,10 +10,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl extension for uploading images to http://imgur.com
|
||||
|
||||
RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
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>
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
@dirrmtry %%SITE_PERL%%/Image
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Imgur
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
|
||||
@dirrmtry %%SITE_PERL%%/Image
|
||||
|
Loading…
Reference in New Issue
Block a user