openbsd-ports/devel/p5-Test-Trap/Makefile
bentley 87cea09896 Remove Kevin Lo as maintainer, by request.
While here, fix a couple of license markers.
2015-01-21 06:13:46 +00:00

24 lines
400 B
Makefile

# $OpenBSD: Makefile,v 1.4 2015/01/21 06:13:47 bentley Exp $
COMMENT= trap exit codes
DISTNAME = Test-Trap-v0.2.4
PKGNAME= p5-${DISTNAME:S/v//}
REVISION = 0
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
RUN_DEPENDS= devel/p5-Data-Dump \
devel/p5-Test-Tester
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV= TEST_POD=Yes
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>