# New ports collection makefile for: SVG # Date created: 21 Nov 2001 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= SVG PORTVERSION= 2.52 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 PERL_CONFIGURE= yes USE_DOS2UNIX= yes MAN3= SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Extension.3 \ SVG::Manual.3 SVG::XML.3 post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" ${MKDIR} ${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ .endif .include .if ${PERL_LEVEL} < 501001 BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent .endif .include