aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-02-26 00:37:29 +0800
committerswills <swills@FreeBSD.org>2012-02-26 00:37:29 +0800
commitc0620a24132abf01b077bfa340798182415b556b (patch)
treea40434c3be1db5f6c9581ea2dd4f2885a972137e /devel
parent68070a0fa892674425896eb4e6e40a0ca301faa5 (diff)
downloadfreebsd-ports-graphics-c0620a24132abf01b077bfa340798182415b556b.tar.gz
freebsd-ports-graphics-c0620a24132abf01b077bfa340798182415b556b.tar.zst
freebsd-ports-graphics-c0620a24132abf01b077bfa340798182415b556b.zip
- Add missing BUILD_DEPENDS and RUN_DEPENDS
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-constant-lexical/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-constant-lexical/Makefile b/devel/p5-constant-lexical/Makefile
index 3826ee17419..26f6252c148 100644
--- a/devel/p5-constant-lexical/Makefile
+++ b/devel/p5-constant-lexical/Makefile
@@ -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