1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Add missing DEPENDS

- Bump PORTREVISION due to new RUN_DEPENDS changing the package

PR:		ports/165148
Approved by:	maintainer timeout (tolid@tolid.eu.org, > 2 weeks)
This commit is contained in:
Steve Wills 2012-03-05 03:10:50 +00:00
parent ab2cae5fad
commit d46c00b7ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292711

View File

@ -7,6 +7,7 @@
PORTNAME= File-DesktopEntry
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,7 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= acm@FreeBSD.org
COMMENT= Object to handle desktop files
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes