openbsd-ports/devel/p5-Test-Fatal/Makefile

15 lines
291 B
Makefile
Raw Normal View History

2013-03-09 10:24:25 -05:00
# $OpenBSD: Makefile,v 1.3 2013/03/09 15:24:25 sthen Exp $
2011-03-21 18:46:10 -04:00
COMMENT = incredibly simple helpers for testing code with exceptions
MODULES = cpan
2013-03-09 10:24:25 -05:00
DISTNAME = Test-Fatal-0.010
2011-03-21 18:46:10 -04:00
CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
2013-03-09 10:24:25 -05:00
RUN_DEPENDS = devel/p5-Try-Tiny>=0.07
2011-03-21 18:46:10 -04:00
.include <bsd.port.mk>