1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

- Remove dependencies on p5-PathTools and p5-File-Temp which is

included lang/perl5.8 now.
This commit is contained in:
Jun Kuriyama 2009-09-10 02:48:40 +00:00
parent c6443f2f21
commit dfc1c259cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241140

View File

@ -7,6 +7,7 @@
PORTNAME= Template-Toolkit
PORTVERSION= 2.22
PORTREVISION= 1
CATEGORIES= www textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,9 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Extensive Toolkit for template processing
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig
BUILD_DEPENDS= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig
RUN_DEPENDS= ${BUILD_DEPENDS}
OPTIONS=IMAGE_INFO "With Image::Info Plugin" off \