1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Get the p5-Template-Toolkit dependency to look for Template.pm in the

correct directory.
This commit is contained in:
Steve Price 2001-12-15 22:10:37 +00:00
parent af83d87e54
commit 97664804b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51598

View File

@ -8,12 +8,13 @@
PORTNAME= autodia
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= http://droogs.org/autodia/download/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
USE_BZIP2= yes
USE_PERL5= yes