diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-25 14:51:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-25 14:51:45 +0000 |
commit | 8ffd94dc115ff4d412bd285459afda3904664a6e (patch) | |
tree | 94cf9074ee56ac13bbbb90d54958dbffa49bf6b2 /graphics/p5-Image-Grab/Makefile | |
parent | 74d3cfaf1ef1182776c71599b0005208dd889133 (diff) | |
download | ports-8ffd94dc115ff4d412bd285459afda3904664a6e.tar.gz ports-8ffd94dc115ff4d412bd285459afda3904664a6e.zip |
Notes
Diffstat (limited to 'graphics/p5-Image-Grab/Makefile')
-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} |