diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-25 22:51:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-25 22:51:45 +0800 |
commit | 56aaa2c6f3d9d6ab9d31f0e93971a0a8248c5f56 (patch) | |
tree | 94cf9074ee56ac13bbbb90d54958dbffa49bf6b2 /graphics | |
parent | 00542365fcfd9eb99e9e53d907c1372a0bc4bbd5 (diff) | |
download | freebsd-ports-gnome-56aaa2c6f3d9d6ab9d31f0e93971a0a8248c5f56.tar.gz freebsd-ports-gnome-56aaa2c6f3d9d6ab9d31f0e93971a0a8248c5f56.tar.zst freebsd-ports-gnome-56aaa2c6f3d9d6ab9d31f0e93971a0a8248c5f56.zip |
- Add LICENSE
- Sort *_DEPENDS
- Pass maintainership to perl@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-Grab/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/p5-Image-Grab/Makefile b/graphics/p5-Image-Grab/Makefile index f1f35ce5a77d..2dc6267e49cd 100644 --- a/graphics/p5-Image-Grab/Makefile +++ b/graphics/p5-Image-Grab/Makefile @@ -8,12 +8,15 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for Grabbing images off the Internet -BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} |