aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-SVG/Makefile
blob: 56dbd2082b7773822f23bd6cd3392b2ac1faf6fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=   SVG
PORTVERSION=    2.54
CATEGORIES= textproc graphics perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl extension for generating Scalable Vector Graphics (SVG) documents

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

OPTIONS_DEFINE= EXAMPLES

PERL_CONFIGURE= yes
USE_DOS2UNIX=   yes

MAN3=       SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Extension.3 \
        SVG::Manual.3 SVG::XML.3

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
    @${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
    ${MKDIR} ${EXAMPLESDIR}/
    ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
.endif

.include <bsd.port.mk>