diff options
author | az <az@FreeBSD.org> | 2014-01-30 01:31:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-30 01:31:52 +0800 |
commit | d403533dfecbd8448ba800d0ea6a69066dfd4ae1 (patch) | |
tree | 3564cd5b428e12662b9f5772dcd47a9190de2cbf /databases/p5-Test-Cukes | |
parent | e1d949c9bc942fe57a4ef26107d49ae18567e61d (diff) | |
download | freebsd-ports-gnome-d403533dfecbd8448ba800d0ea6a69066dfd4ae1.tar.gz freebsd-ports-gnome-d403533dfecbd8448ba800d0ea6a69066dfd4ae1.tar.zst freebsd-ports-gnome-d403533dfecbd8448ba800d0ea6a69066dfd4ae1.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'databases/p5-Test-Cukes')
-rw-r--r-- | databases/p5-Test-Cukes/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-Test-Cukes/pkg-plist | 1 |
2 files changed, 2 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> diff --git a/databases/p5-Test-Cukes/pkg-plist b/databases/p5-Test-Cukes/pkg-plist index f5471589af96..9705397a0db2 100644 --- a/databases/p5-Test-Cukes/pkg-plist +++ b/databases/p5-Test-Cukes/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/Test/Cukes.pm %%SITE_PERL%%/Test/Cukes/Feature.pm %%SITE_PERL%%/Test/Cukes/Scenario.pm +%%PERL5_MAN3%%/Test::Cukes.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Cukes @dirrm %%SITE_PERL%%/Test/Cukes @dirrmtry %%SITE_PERL%%/Test |