diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-29 17:31:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-29 17:31:52 +0000 |
commit | 78504bf84db13c1a72fc4e0047f60cb40718f703 (patch) | |
tree | 3564cd5b428e12662b9f5772dcd47a9190de2cbf /databases/p5-Test-Cukes/Makefile | |
parent | 11f8f148d29d0cdb812089af1824d259f19d9b37 (diff) |
Notes
Diffstat (limited to 'databases/p5-Test-Cukes/Makefile')
-rw-r--r-- | databases/p5-Test-Cukes/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/p5-Test-Cukes/Makefile b/databases/p5-Test-Cukes/Makefile index 85e7942d82b8..21b97e4dc8b3 100644 --- a/databases/p5-Test-Cukes/Makefile +++ b/databases/p5-Test-Cukes/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org -COMMENT= A BBD test tool inspired by Cucumber +COMMENT= BBD test tool inspired by Cucumber BUILD_DEPENDS= p5-Any-Moose>=0.10:${PORTSDIR}/devel/p5-Any-Moose \ p5-Carp-Assert>=0.20:${PORTSDIR}/devel/p5-Carp-Assert \ @@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Test::Cukes.3 - -NO_STAGE= yes .include <bsd.port.mk> |