- Update to 2.53

- Convert to new options framework
- Respect EXAMPLES

Changes:	http://search.cpan.org/dist/SVG/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-08-18 18:15:19 +00:00
parent 8def71b49d
commit 300712fee0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302729
2 changed files with 8 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= SVG
PORTVERSION= 2.52
PORTVERSION= 2.53
CATEGORIES= textproc graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -17,14 +17,18 @@ COMMENT= Perl extension for generating Scalable Vector Graphics (SVG) documents
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
OPTIONS_DEFINE= EXAMPLES
PERL_CONFIGURE= yes
USE_DOS2UNIX= yes
MAN3= SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Extension.3 \
SVG::Manual.3 SVG::XML.3
.include <bsd.port.options.mk>
post-install:
.ifndef(NOPORTDOCS)
.if ${PORT_OPTIONS:MEXAMPLES}
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
${MKDIR} ${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/

View file

@ -1,2 +1,2 @@
SHA256 (SVG-2.52.tar.gz) = 99c4086ea050cbca286f25be9f8f08353b9558d9620c584afdd3ff6843530aac
SIZE (SVG-2.52.tar.gz) = 53809
SHA256 (SVG-2.53.tar.gz) = 1beca8aadebc249c219b2d2c7dda0a1ed4b8d76059d312b6c834e14f71f12228
SIZE (SVG-2.53.tar.gz) = 53857