freebsd-ports/textproc/p5-SVG/Makefile
2015-06-02 18:38:54 +00:00

30 lines
690 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= SVG
PORTVERSION= 2.64
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
USES= dos2unix perl5 shebangfix
SHEBANG_FILES= examples/*.pl examples/*.cgi examples/*.psgi
USE_PERL5= configure
NO_ARCH= yes
PORTEXAMPLES= *
post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>