Tweak textproc/p5-SVG version 2.59
[dports.git] / textproc / p5-SVG / Makefile
1 # Created by: Sergey Skvortsov <skv@protey.ru>
2 # $FreeBSD: textproc/p5-SVG/Makefile 327773 2013-09-20 23:17:30Z bapt $
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 USES=           perl5
19 USE_PERL5=      configure
20 USE_DOS2UNIX=   yes
21
22 MAN3=           SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Extension.3 \
23                 SVG::XML.3
24
25 NO_STAGE=       yes
26 .include <bsd.port.options.mk>
27
28 post-install:
29 .if ${PORT_OPTIONS:MEXAMPLES}
30         @${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
31         ${MKDIR} ${EXAMPLESDIR}/
32         ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
33 .endif
34
35 .include <bsd.port.mk>