Update textproc/p5-SVG to version 2.64
[dports.git] / textproc / p5-SVG / Makefile
1 # Created by: Sergey Skvortsov <skv@protey.ru>
2 # $FreeBSD$
3
4 PORTNAME=       SVG
5 PORTVERSION=    2.64
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=           dos2unix perl5 shebangfix
19 SHEBANG_FILES=  examples/*.pl examples/*.cgi examples/*.psgi
20 USE_PERL5=      configure
21 NO_ARCH=        yes
22
23 PORTEXAMPLES=   *
24
25 post-install:
26         @${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
27         @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
28         ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/
29
30 .include <bsd.port.mk>