1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Added dependency for svnlook executable

Reported by:	QAT
This commit is contained in:
Greg Larkin 2009-01-27 20:00:34 +00:00
parent 231557ba75
commit 3f045411d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226997

View File

@ -7,6 +7,7 @@
PORTNAME= SVN-Look
PORTVERSION= 0.13.463
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= glarkin@FreeBSD.org
COMMENT= A caching wrapper aroung the svnlook command
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-PathTools
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-PathTools \
${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes