diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-04-28 10:12:21 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-04-28 10:12:21 +0000 |
commit | bb04adbc12f5c7d4be2465eee8b9ecd481518c9a (patch) | |
tree | 686b07857193b8e3e866f0825df5cc52e100df8f /devel/p5-Guard | |
parent | c14d54870a6031ade378440401d88a027c1782e2 (diff) |
Notes
Diffstat (limited to 'devel/p5-Guard')
-rw-r--r-- | devel/p5-Guard/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Guard/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Guard/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Guard/pkg-plist | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-Guard/Makefile b/devel/p5-Guard/Makefile new file mode 100644 index 000000000000..fc8a79abed00 --- /dev/null +++ b/devel/p5-Guard/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-Guard +# Date created: 28 April 2009 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Guard +PORTVERSION= 1.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/M/ML/MLEHMANN +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Safe cleanup blocks + +PERL_CONFIGURE= 5.8.0+ + +MAN3= Guard.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Guard/distinfo b/devel/p5-Guard/distinfo new file mode 100644 index 000000000000..42b3935e74bd --- /dev/null +++ b/devel/p5-Guard/distinfo @@ -0,0 +1,3 @@ +MD5 (Guard-1.02.tar.gz) = c5ffd0db77ead5b8236dd7aad068bdf1 +SHA256 (Guard-1.02.tar.gz) = 5b33625c014ced34658dddea15b216aab52bc7b6fb7ef52ce649865230740322 +SIZE (Guard-1.02.tar.gz) = 6418 diff --git a/devel/p5-Guard/pkg-descr b/devel/p5-Guard/pkg-descr new file mode 100644 index 000000000000..eca7a149d429 --- /dev/null +++ b/devel/p5-Guard/pkg-descr @@ -0,0 +1,5 @@ +This module implements so-called "guards". A guard is something (usually +an object) that "guards" a resource, ensuring that it is cleaned up when +expected. + +WWW: http://search.cpan.org/dist/Guard/ diff --git a/devel/p5-Guard/pkg-plist b/devel/p5-Guard/pkg-plist new file mode 100644 index 000000000000..72f21e6364a8 --- /dev/null +++ b/devel/p5-Guard/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Guard.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Guard/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Guard/Guard.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Guard/Guard.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Guard |