diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-05 00:17:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-05 00:17:59 +0800 |
commit | 7b0312ad692361de274ab455bacf5e9b0dc3e7c2 (patch) | |
tree | f357b8d75f63dc1caa7ef438fac8cf08da7db4ad /graphics | |
parent | 5fd1aad359e637502d5e347b0e410057214deb0b (diff) | |
download | freebsd-ports-gnome-7b0312ad692361de274ab455bacf5e9b0dc3e7c2.tar.gz freebsd-ports-gnome-7b0312ad692361de274ab455bacf5e9b0dc3e7c2.tar.zst freebsd-ports-gnome-7b0312ad692361de274ab455bacf5e9b0dc3e7c2.zip |
- Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'graphics')
-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 |