openbsd-ports/devel/p5-Throwable/Makefile

22 lines
403 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:23 espie Exp $
COMMENT = a role for classes that can be thrown
MODULES = cpan
2010-09-27 09:22:31 -04:00
DISTNAME = Throwable-0.102080
REVISION = 1
CATEGORIES = devel
CPAN_AUTHOR = RJBS
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# Perl
PERMIT_PACKAGE_CDROM = Yes
2010-11-26 02:18:59 -05:00
RUN_DEPENDS = devel/p5-Moose>=0.87 \
devel/p5-Devel-StackTrace>=1.21
BUILD_DEPENDS = ${RUN_DEPENDS}
TEST_POD = Yes
.include <bsd.port.mk>