529594cbc4
Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow. It is very simple and does only two things: saves any previous value for $@ and calls die $self. ok giovanni@ and "reads ok" sthen@
25 lines
549 B
Makefile
25 lines
549 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/07 06:15:49 stephan Exp $
|
|
|
|
COMMENT = a role for classes that can be thrown
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Throwable-0.100090
|
|
CATEGORIES = devel
|
|
CPAN_AUTHOR = RJBS
|
|
|
|
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = :p5-Moose->=0.87:devel/p5-Moose \
|
|
:p5-Devel-StackTrace->=1.21:devel/p5-Devel-StackTrace
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
TEST_POD = Yes
|
|
|
|
.include <bsd.port.mk>
|