diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-04 16:17:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-04 16:17:59 +0000 |
commit | 393942087b101a568b38af0764e95382caa6532d (patch) | |
tree | f357b8d75f63dc1caa7ef438fac8cf08da7db4ad | |
parent | 680b212c8bde74cbbae48b54550bdbc7eeddff74 (diff) | |
download | ports-393942087b101a568b38af0764e95382caa6532d.tar.gz ports-393942087b101a568b38af0764e95382caa6532d.zip |
Notes
-rw-r--r-- | graphics/p5-Image-Base-SVG/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/p5-Image-Base-SVG/Makefile b/graphics/p5-Image-Base-SVG/Makefile index d0c9abc03888..f7c4a79f2490 100644 --- a/graphics/p5-Image-Base-SVG/Makefile +++ b/graphics/p5-Image-Base-SVG/Makefile @@ -11,11 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= SVG image file output +LICENSE= GPLv3 + BUILD_DEPENDS= p5-Image-Base>=0:${PORTSDIR}/graphics/p5-Image-Base \ p5-SVG>=2.38:${PORTSDIR}/textproc/p5-SVG \ p5-SVG-Parser>=0:${PORTSDIR}/textproc/p5-SVG-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |