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 334223 2013-11-18 16:45:09Z mat $
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 dos2unix
19 USE_PERL5=      configure
20
21 .include <bsd.port.options.mk>
22
23 post-install:
24 .if ${PORT_OPTIONS:MEXAMPLES}
25         @${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
26         @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
27         ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/
28 .endif
29
30 .include <bsd.port.mk>