Update textproc/p5-SVG to version 2.59
[dports.git] / textproc / p5-SVG / Makefile
1 # Created by: Sergey Skvortsov <skv@protey.ru>
2 # $FreeBSD: textproc/p5-SVG/Makefile 319371 2013-05-29 14:08:27Z jadawin $
3
4 PORTNAME=       SVG
5 PORTVERSION=    2.59
6 CATEGORIES=     textproc graphics perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Perl extension for generating Scalable Vector Graphics (SVG) documents
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 OPTIONS_DEFINE= EXAMPLES
17
18 PERL_CONFIGURE= yes
19 USE_DOS2UNIX=   yes
20
21 MAN3=           SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Extension.3 \
22                 SVG::XML.3
23
24 .include <bsd.port.options.mk>
25
26 post-install:
27 .if ${PORT_OPTIONS:MEXAMPLES}
28         @${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
29         ${MKDIR} ${EXAMPLESDIR}/
30         ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
31 .endif
32
33 .include <bsd.port.mk>