1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Add missing BUILD_DEPENDS and RUN_DEPENDS

This commit is contained in:
Steve Wills 2012-02-25 16:37:29 +00:00
parent a3d0f5e0b7
commit 9bd514f86b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292229

View File

@ -7,6 +7,7 @@
PORTNAME= constant-lexical
PORTVERSION= 2.0001
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SPROUT
@ -15,7 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl pragma to declare lexical compile-time constants
RUN_DEPENDS= p5-Sub-Delete>=0:${PORTSDIR}/devel/p5-Sub-Delete
BUILD_DEPENDS= p5-Sub-Delete>=0:${PORTSDIR}/devel/p5-Sub-Delete \
p5-Lexical-Var>=0:${PORTSDIR}/devel/p5-Lexical-Var
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes