2e1485e354
Submitted by Michael Coulter <mjc@bitz.ca>. Class::ReturnValue is a "clever" return value object that can allow code calling your routine to expect: a boolean value (did it fail) or a list (what are the return values).
26 lines
595 B
Makefile
26 lines
595 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/10 17:46:55 naddy Exp $
|
|
|
|
COMMENT= "smart return-value object"
|
|
|
|
DISTNAME= Class-ReturnValue-0.52
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-ReturnValue/
|
|
MAINTAINER= Michael Coulter <mjc@bitz.ca>
|
|
|
|
BUILD_DEPENDS= :p5-Devel-StackTrace-*:devel/p5-Devel-StackTrace
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
CONFIGURE_ARGS= --no-prompts
|
|
|
|
.include <bsd.port.mk>
|