Import of Class::ReturnValue 0.52.
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).
This commit is contained in:
parent
92031fd9c2
commit
2e1485e354
25
devel/p5-Class-ReturnValue/Makefile
Normal file
25
devel/p5-Class-ReturnValue/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $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>
|
3
devel/p5-Class-ReturnValue/distinfo
Normal file
3
devel/p5-Class-ReturnValue/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-ReturnValue-0.52.tar.gz) = d4836df29f817d839e2c87147d5efc9e
|
||||
RMD160 (Class-ReturnValue-0.52.tar.gz) = 9aa85cb1438eb02eda69b54d6dec6f4a559d3b0d
|
||||
SHA1 (Class-ReturnValue-0.52.tar.gz) = 654ac1eb19523c3b8ba136432c52f977d4576fb2
|
3
devel/p5-Class-ReturnValue/pkg/DESCR
Normal file
3
devel/p5-Class-ReturnValue/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
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).
|
10
devel/p5-Class-ReturnValue/pkg/PLIST
Normal file
10
devel/p5-Class-ReturnValue/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/10 17:46:55 naddy Exp $
|
||||
${P5SITE}/Class/ReturnValue.pm
|
||||
@comment ${P5ARCH}/auto/Class/ReturnValue/.packlist
|
||||
man/man3p/Class::ReturnValue.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/ReturnValue
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Class
|
Loading…
Reference in New Issue
Block a user