diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Carp-Clan-Share/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Carp-Clan-Share/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Carp-Clan-Share/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Carp-Clan-Share/pkg-plist | 7 |
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 74a62bdee36c..596dce5b8fd0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1065,6 +1065,7 @@ SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Assert-More SUBDIR += p5-Carp-Clan + SUBDIR += p5-Carp-Clan-Share SUBDIR += p5-Carp-Datum SUBDIR += p5-Cdk SUBDIR += p5-Check-ISA diff --git a/devel/p5-Carp-Clan-Share/Makefile b/devel/p5-Carp-Clan-Share/Makefile new file mode 100644 index 000000000000..3e83f3073784 --- /dev/null +++ b/devel/p5-Carp-Clan-Share/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: devel/p5-Carp-Clan-Share +# Date created: 19 October 2009 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Carp-Clan-Share +PORTVERSION= 0.013 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Carp +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Share your Carp::Clan settings with your whole Clan + +BUILD_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Carp::Clan::Share.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Carp-Clan-Share/distinfo b/devel/p5-Carp-Clan-Share/distinfo new file mode 100644 index 000000000000..6749c0104e2f --- /dev/null +++ b/devel/p5-Carp-Clan-Share/distinfo @@ -0,0 +1,3 @@ +MD5 (Carp-Clan-Share-0.013.tar.gz) = 61746d3b8a82c00ae6bebd34c2144fa1 +SHA256 (Carp-Clan-Share-0.013.tar.gz) = aed0015be480028b5337bb73b7e7290578e3cbbf8e90f13e96044f13134c1b3d +SIZE (Carp-Clan-Share-0.013.tar.gz) = 17258 diff --git a/devel/p5-Carp-Clan-Share/pkg-descr b/devel/p5-Carp-Clan-Share/pkg-descr new file mode 100644 index 000000000000..d942e24f913b --- /dev/null +++ b/devel/p5-Carp-Clan-Share/pkg-descr @@ -0,0 +1,5 @@ +This is a very lightweight helper module (actually just an import +method) that will automagically create a __PACKAGE__::Carp module for +you. + +WWW: http://search.cpan.org/dist/Carp-Clan-Share/ diff --git a/devel/p5-Carp-Clan-Share/pkg-plist b/devel/p5-Carp-Clan-Share/pkg-plist new file mode 100644 index 000000000000..b46d25805fa5 --- /dev/null +++ b/devel/p5-Carp-Clan-Share/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Carp/Clan/Share.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp/Clan/Share/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp/Clan/Share +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp/Clan +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp +@dirrmtry %%SITE_PERL%%/Carp/Clan +@dirrmtry %%SITE_PERL%%/Carp |