mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
282 B
Makefile
22 lines
282 B
Makefile
COMMENT = trap exit codes
|
|
|
|
DISTNAME = Test-Trap-v0.3.5
|
|
PKGNAME = p5-${DISTNAME:S/-v/-/}
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Data-Dump
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|