freebsd-ports/textproc/p5-SVG/Makefile
Andrej Zverev ee206c98e0 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 06:32:13 +00:00

37 lines
786 B
Makefile

# New ports collection makefile for: SVG
# Date created: 21 Nov 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= SVG
PORTVERSION= 2.53
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>