[Midnightbsd-cvs] mports: devel/p5-Return-Value: add p5-Return-Value
crash at midnightbsd.org
crash at midnightbsd.org
Thu Sep 18 16:49:20 EDT 2008
Log Message:
-----------
add p5-Return-Value
Added Files:
-----------
mports/devel/p5-Return-Value:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
--- /dev/null
+++ devel/p5-Return-Value/pkg-descr
@@ -0,0 +1,9 @@
+Polymorphic return values are really useful. Often, we just want to
+know if something worked or not. Other times, we'd like to know what
+the error text was. Still others, we may want to know what the error
+code was, and what the error properties were. We don't want to handle
+objects or data structures for every single return value, but we do want
+to check error conditions in our code because that's what good
+programmers do.
+
+WWW: http://search.cpan.org/dist/Return-Value/
--- /dev/null
+++ devel/p5-Return-Value/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Return/Value.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Return/Value/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Return/Value
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Return
+ at dirrmtry %%SITE_PERL%%/Return
--- /dev/null
+++ devel/p5-Return-Value/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: devel/p5-Return-Value
+# Date created: 27 December 2005
+# Whom: Anton Berezin <tobez at FreeBSD.org>
+#
+# $FreeBSD: ports/devel/p5-Return-Value/Makefile,v 1.5 2008/04/17 14:26:00 araujo Exp $
+#
+
+PORTNAME= Return-Value
+PORTVERSION= 1.302
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../../authors/id/R/RJ/RJBS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at Midnightbsd.org
+COMMENT= Return::Value - Polymorphic Return Values
+LICENSE= gpl2
+PERL_CONFIGURE= yes
+
+MAN3= Return::Value.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Return-Value/distinfo
@@ -0,0 +1,3 @@
+MD5 (Return-Value-1.302.tar.gz) = fed7ed691b0945d8ec27e7c7440e6f97
+SHA256 (Return-Value-1.302.tar.gz) = f52bb415761b38971853833558fae38ae4e2afdab7bd671b823291ab5ccdc541
+SIZE (Return-Value-1.302.tar.gz) = 14072
More information about the Midnightbsd-cvs
mailing list