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