summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-02-17 03:20:31 +0000
committerWen Heping <wen@FreeBSD.org>2011-02-17 03:20:31 +0000
commit4de6ab4f8741313c827da25b72e7b1c93a25108e (patch)
tree5ef8ec24a0ee6d3825f74e8f9dba57fc66206931
parent- Update to 0.52 (diff)
- Add missing RUN_DEPENDS
Reported by: maintainer
Notes
Notes: svn path=/head/; revision=269264
-rw-r--r--devel/p5-Test-NoTabs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Test-NoTabs/Makefile b/devel/p5-Test-NoTabs/Makefile
index 43878d47ed83..c5102f4a698f 100644
--- a/devel/p5-Test-NoTabs/Makefile
+++ b/devel/p5-Test-NoTabs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Test-NoTabs
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/B/BO/BOBTFISH
@@ -15,6 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= milki@rescomp.berkeley.edu
COMMENT= Check the presence of tabs in your project
+RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+
TEST_DEPENDS= p5-Test-Simple>=0;${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes