diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2008-02-25 12:31:25 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2008-02-25 12:31:25 +0000 |
commit | f20715a069de7c3cb4e64361bb5d46657c5b2c75 (patch) | |
tree | 907b4b7a690d5fc8bc9d453f9c34a7b5c74e2e38 /devel/p5-Module-Util | |
parent | 9f34efd0ae20d5c7d79c01ea0086ae612a82b787 (diff) |
Notes
Diffstat (limited to 'devel/p5-Module-Util')
-rw-r--r-- | devel/p5-Module-Util/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Module-Util/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Module-Util/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-Module-Util/pkg-plist | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-Module-Util/Makefile b/devel/p5-Module-Util/Makefile new file mode 100644 index 000000000000..c05384af91aa --- /dev/null +++ b/devel/p5-Module-Util/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Module-Util +# Date created: 2008-02-25 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Module-Util +PORTVERSION= 1.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Module +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Perl module name tools and transformations + +RUN_DEPENDS= p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_MODBUILD= YES + +MAN1= pm_which.1 +MAN3= Module::Util.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Module-Util/distinfo b/devel/p5-Module-Util/distinfo new file mode 100644 index 000000000000..b08bf7c024e2 --- /dev/null +++ b/devel/p5-Module-Util/distinfo @@ -0,0 +1,3 @@ +MD5 (Module-Util-1.03.tar.gz) = 0cd676dcf9f84f185d0ada3642d87f60 +SHA256 (Module-Util-1.03.tar.gz) = b283be59b7d7433c85786e84b2b7a2ede568d078ec3535d74b62b85ac0a79c8d +SIZE (Module-Util-1.03.tar.gz) = 9868 diff --git a/devel/p5-Module-Util/pkg-descr b/devel/p5-Module-Util/pkg-descr new file mode 100644 index 000000000000..fd39c931e2b1 --- /dev/null +++ b/devel/p5-Module-Util/pkg-descr @@ -0,0 +1,7 @@ +This module provides a few useful functions for manipulating module +names. Its main aim is to centralise some of the functions commonly used +by modules that manipulate other modules in some way, like converting +module names to relative paths. + +Author: Matt Lawrence <mattlaw@cpan.org> +WWW: http://search.cpan.org/dist/Module-Util/ diff --git a/devel/p5-Module-Util/pkg-plist b/devel/p5-Module-Util/pkg-plist new file mode 100644 index 000000000000..b6a559b28bad --- /dev/null +++ b/devel/p5-Module-Util/pkg-plist @@ -0,0 +1,3 @@ +bin/pm_which +%%SITE_PERL%%/Module/Util.pm +@dirrmtry %%SITE_PERL%%/Module |