23 lines
353 B
Makefile
23 lines
353 B
Makefile
# $OpenBSD: Makefile,v 1.6 2017/08/01 22:53:11 bluhm Exp $
|
|
|
|
COMMENT= trap exit codes
|
|
|
|
DISTNAME = Test-Trap-v0.2.4
|
|
PKGNAME= p5-${DISTNAME:S/v//}
|
|
REVISION = 1
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
RUN_DEPENDS= devel/p5-Data-Dump
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|