diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-18 00:06:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-18 00:06:26 +0800 |
commit | d82cb1050467963068a99be713e346a9500c312a (patch) | |
tree | b502502e1ae54ae0adb842c6b9d988570bc995a5 /textproc/p5-SVG/Makefile | |
parent | d8f7df4773563058fc0035fbec4960388ee4949a (diff) | |
download | freebsd-ports-gnome-d82cb1050467963068a99be713e346a9500c312a.tar.gz freebsd-ports-gnome-d82cb1050467963068a99be713e346a9500c312a.tar.zst freebsd-ports-gnome-d82cb1050467963068a99be713e346a9500c312a.zip |
Update to 2.65
- Add LICENSE_FILE
- Convert to options target helper
Changes: http://search.cpan.org/dist/SVG/Changes
Diffstat (limited to 'textproc/p5-SVG/Makefile')
-rw-r--r-- | textproc/p5-SVG/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-SVG/Makefile b/textproc/p5-SVG/Makefile index 9c093080a924..9090b163f91b 100644 --- a/textproc/p5-SVG/Makefile +++ b/textproc/p5-SVG/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SVG -PORTVERSION= 2.64 +PORTVERSION= 2.65 CATEGORIES= textproc graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Perl extension for generating Scalable Vector Graphics (SVG) documents LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= EXAMPLES @@ -22,7 +23,7 @@ NO_ARCH= yes PORTEXAMPLES= * -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/ |