diff --git a/devel/Makefile b/devel/Makefile index f4ed4082e872..fd7c63a87777 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1463,6 +1463,7 @@ SUBDIR += p5-Data-Alias SUBDIR += p5-Data-Average SUBDIR += p5-Data-Bind + SUBDIR += p5-Data-Capture SUBDIR += p5-Data-ClearSilver-HDF SUBDIR += p5-Data-Clone SUBDIR += p5-Data-Compare diff --git a/devel/p5-Data-Capture/Makefile b/devel/p5-Data-Capture/Makefile new file mode 100644 index 000000000000..597b90369ff4 --- /dev/null +++ b/devel/p5-Data-Capture/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Data-Capture +# Date created: 2012-02-12 +# Whom: Steve Wills +# +# $FreeBSD$ +# + +PORTNAME= Data-Capture +PORTVERSION= 0.27 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +#MASTER_SITE_SUBDIR= CPAN:CLKAO +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl6 Capture objects + +PERL_CONFIGURE= yes + +MAN3= Data::Capture.3 + +.include diff --git a/devel/p5-Data-Capture/distinfo b/devel/p5-Data-Capture/distinfo new file mode 100644 index 000000000000..4f6f2721b47b --- /dev/null +++ b/devel/p5-Data-Capture/distinfo @@ -0,0 +1,2 @@ +SHA256 (Data-Capture-0.27.tar.gz) = 3d633ca0b1b948c69befafd0ff238caeae672e1ed9899923b94df38a7ca0cfea +SIZE (Data-Capture-0.27.tar.gz) = 11230 diff --git a/devel/p5-Data-Capture/pkg-descr b/devel/p5-Data-Capture/pkg-descr new file mode 100644 index 000000000000..54c65589ec7e --- /dev/null +++ b/devel/p5-Data-Capture/pkg-descr @@ -0,0 +1,3 @@ +Perl6 Capture objects + +WWW: http://search.cpan.org/dist/Data-Capture/ diff --git a/devel/p5-Data-Capture/pkg-plist b/devel/p5-Data-Capture/pkg-plist new file mode 100644 index 000000000000..6a8ccf10b431 --- /dev/null +++ b/devel/p5-Data-Capture/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Capture/.packlist +%%SITE_PERL%%/Data/Capture.pm +@dirrmtry %%SITE_PERL%%/Data +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Capture +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data