diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-01-30 11:48:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-01-30 11:48:37 +0000 |
commit | 99fdee1d9f30107858e4b4b8c398d8283a4ad83d (patch) | |
tree | 83a706b2ab3d5d4b07652cafdf6d9ef6bc443afc /devel/p5-Data-Inspect | |
parent | 0eefefa1d71d77884ca8b65020599177b4ec1d7e (diff) |
Notes
Diffstat (limited to 'devel/p5-Data-Inspect')
-rw-r--r-- | devel/p5-Data-Inspect/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Data-Inspect/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Data-Inspect/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Data-Inspect/pkg-plist | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-Data-Inspect/Makefile b/devel/p5-Data-Inspect/Makefile new file mode 100644 index 000000000000..6ab17256625f --- /dev/null +++ b/devel/p5-Data-Inspect/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Data-Inspect +# Date created: 2011-01-13 +# Whom: Kurt Lidl <kurt.lidl@cello.com> +# +# $FreeBSD$ +# + +PORTNAME= Data-Inspect +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN/../../authors/id/O/OW/OWL +PKGNAMEPREFIX= p5- + +MAINTAINER= kurt.lidl@cello.com +COMMENT= Another pretty-printer for perl objects + +PERL_CONFIGURE= yes + +MAN3= Data::Inspect.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Data-Inspect/distinfo b/devel/p5-Data-Inspect/distinfo new file mode 100644 index 000000000000..90086c334377 --- /dev/null +++ b/devel/p5-Data-Inspect/distinfo @@ -0,0 +1,2 @@ +SHA256 (Data-Inspect-0.04.tar.gz) = ddbaad555c76507f7fe38455ba04a7ef450411852240a557fcf9e94c9b5d8e41 +SIZE (Data-Inspect-0.04.tar.gz) = 6276 diff --git a/devel/p5-Data-Inspect/pkg-descr b/devel/p5-Data-Inspect/pkg-descr new file mode 100644 index 000000000000..b312f2928169 --- /dev/null +++ b/devel/p5-Data-Inspect/pkg-descr @@ -0,0 +1,3 @@ +Another perl object pretty-printer + +WWW: http://search.cpan.org/dist/Data-Inspect/ diff --git a/devel/p5-Data-Inspect/pkg-plist b/devel/p5-Data-Inspect/pkg-plist new file mode 100644 index 000000000000..924d2bea55e4 --- /dev/null +++ b/devel/p5-Data-Inspect/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Data/Inspect.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Inspect/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Inspect +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data +@dirrmtry %%SITE_PERL%%/Data |