diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Exception-Class-TryCatch/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Exception-Class-TryCatch/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Exception-Class-TryCatch/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Exception-Class-TryCatch/pkg-plist | 4 |
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7a50874519d5..cf3f2b762654 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1187,6 +1187,7 @@ SUBDIR += p5-Event-Notify SUBDIR += p5-Event-RPC SUBDIR += p5-Exception-Class + SUBDIR += p5-Exception-Class-TryCatch SUBDIR += p5-Exception-Handler SUBDIR += p5-Expect-Simple SUBDIR += p5-Exporter-Lite diff --git a/devel/p5-Exception-Class-TryCatch/Makefile b/devel/p5-Exception-Class-TryCatch/Makefile new file mode 100644 index 000000000000..c47623f826a3 --- /dev/null +++ b/devel/p5-Exception-Class-TryCatch/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Exception-Class-TryCatch +# Date created: 2008-02-14 +# Whom: Felippe de Meirelles Motta <lippemail@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Exception-Class-TryCatch +PORTVERSION= 1.10 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lippemail@gmail.com +COMMENT= Syntactic try/catch sugar for use with Exception::Class + +BUILD_DEPENDS+= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS+= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + +PERL_CONFIGURE= yes + +MAN3= Exception::Class::TryCatch.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Exception-Class-TryCatch/distinfo b/devel/p5-Exception-Class-TryCatch/distinfo new file mode 100644 index 000000000000..28c2a0e954a7 --- /dev/null +++ b/devel/p5-Exception-Class-TryCatch/distinfo @@ -0,0 +1,3 @@ +MD5 (Exception-Class-TryCatch-1.10.tar.gz) = e77f27aff6e6b6845944bb677127fd79 +SHA256 (Exception-Class-TryCatch-1.10.tar.gz) = c03d99facb6c377db74576dca2ed6837e210300cc44658773d492cff7f4220ce +SIZE (Exception-Class-TryCatch-1.10.tar.gz) = 15518 diff --git a/devel/p5-Exception-Class-TryCatch/pkg-descr b/devel/p5-Exception-Class-TryCatch/pkg-descr new file mode 100644 index 000000000000..08061846c4f6 --- /dev/null +++ b/devel/p5-Exception-Class-TryCatch/pkg-descr @@ -0,0 +1,4 @@ +Exception::Class::TryCatch - Syntactic try/catch sugar for use with +Exception::Class. + +WWW: http://search.cpan.org/dist/Exception-Class-TryCatch/ diff --git a/devel/p5-Exception-Class-TryCatch/pkg-plist b/devel/p5-Exception-Class-TryCatch/pkg-plist new file mode 100644 index 000000000000..f034ae0156bb --- /dev/null +++ b/devel/p5-Exception-Class-TryCatch/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Class/TryCatch/.packlist +%%SITE_PERL%%/Exception/Class/TryCatch.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Class/TryCatch +@dirrmtry %%SITE_PERL%%/Exception/Class |