From d82cb1050467963068a99be713e346a9500c312a Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 17 Apr 2017 16:06:26 +0000 Subject: Update to 2.65 - Add LICENSE_FILE - Convert to options target helper Changes: http://search.cpan.org/dist/SVG/Changes --- textproc/p5-SVG/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'textproc/p5-SVG/Makefile') 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}/ -- cgit