1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/textproc/p5-SVG/Makefile
2020-07-24 07:27:15 +00:00

33 lines
679 B
Makefile

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