freebsd-ports/databases/p5-Test-Cukes/Makefile
Po-Chuan Hsieh 411184fd98
databases/p5-Test-Cukes: Fix PLIST: Module::Build::Tiny 0.042+ does not generate empty manpages
- Add NO_ARCH
- Bump PORTREVISION for package change

Approved by:	portmgr (blanket)
With hat:	perl
2023-04-27 23:49:12 +08:00

23 lines
522 B
Makefile

PORTNAME= Test-Cukes
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= BBD test tool inspired by Cucumber
WWW= https://metacpan.org/release/Test-Cukes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \
p5-Carp-Assert>=0.20:devel/p5-Carp-Assert \
p5-Exporter-Lite>=0.02:devel/p5-Exporter-Lite \
p5-Try-Tiny>=0.07:lang/p5-Try-Tiny
USES= perl5
USE_PERL5= modbuildtiny
NO_ARCH= yes
.include <bsd.port.mk>