diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-05 08:15:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-05 08:15:40 +0800 |
commit | 49c0e305accc0c4cc2f23c5a8802c2de8199d7ea (patch) | |
tree | fb79a93ac2610e51b468058ee6c1dbb3c217456a /devel | |
parent | f32dcc80c8c10d76f3708985165861e93f004318 (diff) | |
download | freebsd-ports-gnome-49c0e305accc0c4cc2f23c5a8802c2de8199d7ea.tar.gz freebsd-ports-gnome-49c0e305accc0c4cc2f23c5a8802c2de8199d7ea.tar.zst freebsd-ports-gnome-49c0e305accc0c4cc2f23c5a8802c2de8199d7ea.zip |
Load your commonly-used modules in a single import
WWW: http://search.cpan.org/dist/ToolSet/
PR: ports/134209
Submitted by: Vladimir Perepelitsa <mons at cpan.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-ToolSet/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-ToolSet/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-ToolSet/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-ToolSet/pkg-plist | 7 |
5 files changed, 36 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b035ce6c4f97..8ebceb545f7d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1955,6 +1955,7 @@ SUBDIR += p5-Time-Warp SUBDIR += p5-Time-modules SUBDIR += p5-TimeDate + SUBDIR += p5-ToolSet SUBDIR += p5-TraceFuncs SUBDIR += p5-Tree-Binary SUBDIR += p5-Tree-Binary-Dictionary diff --git a/devel/p5-ToolSet/Makefile b/devel/p5-ToolSet/Makefile new file mode 100644 index 000000000000..876c94acb208 --- /dev/null +++ b/devel/p5-ToolSet/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-ToolSet +# Date created: 2009-05-04 +# Whom: Vladimir Perepelitsa <mons@cpan.org> +# +# $FreeBSD$ +# + +PORTNAME= ToolSet +PORTVERSION= 1.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAGOLDEN/ +PKGNAMEPREFIX= p5- + +MAINTAINER= mons@cpan.org +COMMENT= Load your commonly-used modules in a single import + +PERL_CONFIGURE= yes +MAN3= ToolSet.3 \ + ToolSet::SWC.3 + +.include <bsd.port.mk> diff --git a/devel/p5-ToolSet/distinfo b/devel/p5-ToolSet/distinfo new file mode 100644 index 000000000000..4077ba18031d --- /dev/null +++ b/devel/p5-ToolSet/distinfo @@ -0,0 +1,3 @@ +MD5 (ToolSet-1.00.tar.gz) = 201b124486a21281972c8def05b49427 +SHA256 (ToolSet-1.00.tar.gz) = cc545d98e42e5cbcbf6e9df1f2a4de4e3e65d10b3ea07075b98a3afb96f3c24e +SIZE (ToolSet-1.00.tar.gz) = 17623 diff --git a/devel/p5-ToolSet/pkg-descr b/devel/p5-ToolSet/pkg-descr new file mode 100644 index 000000000000..8c684448a751 --- /dev/null +++ b/devel/p5-ToolSet/pkg-descr @@ -0,0 +1,3 @@ +Load your commonly-used modules in a single import + +WWW: http://search.cpan.org/dist/ToolSet/ diff --git a/devel/p5-ToolSet/pkg-plist b/devel/p5-ToolSet/pkg-plist new file mode 100644 index 000000000000..c3a61c4fcd8f --- /dev/null +++ b/devel/p5-ToolSet/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/ToolSet.pm +%%SITE_PERL%%/ToolSet.pod +%%SITE_PERL%%/ToolSet/SWC.pm +%%SITE_PERL%%/ToolSet/SWC.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ToolSet/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ToolSet +@dirrmtry %%SITE_PERL%%/ToolSet |