Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2013 12:37:32 +0000 (UTC)
From:      Lars Thegler <lth@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334664 - in head/devel: . p5-Module-Path
Message-ID:  <201311231237.rANCbWD7092349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lth
Date: Sat Nov 23 12:37:32 2013
New Revision: 334664
URL: http://svnweb.freebsd.org/changeset/ports/334664

Log:
  Add p5-Module-Path 0.09, get the full path to a locally installed
  module.

Added:
  head/devel/p5-Module-Path/
  head/devel/p5-Module-Path/Makefile   (contents, props changed)
  head/devel/p5-Module-Path/distinfo   (contents, props changed)
  head/devel/p5-Module-Path/pkg-descr   (contents, props changed)
  head/devel/p5-Module-Path/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Nov 23 12:23:19 2013	(r334663)
+++ head/devel/Makefile	Sat Nov 23 12:37:32 2013	(r334664)
@@ -2297,6 +2297,7 @@
     SUBDIR += p5-Module-Manifest
     SUBDIR += p5-Module-Math-Depends
     SUBDIR += p5-Module-Metadata
+    SUBDIR += p5-Module-Path
     SUBDIR += p5-Module-Pluggable
     SUBDIR += p5-Module-Pluggable-Fast
     SUBDIR += p5-Module-Pluggable-Ordered

Added: head/devel/p5-Module-Path/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Module-Path/Makefile	Sat Nov 23 12:37:32 2013	(r334664)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	Module-Path
+PORTVERSION=	0.09
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	lth@FreeBSD.org
+COMMENT=	Get the full path to a locally installed module
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/devel/p5-Module-Path/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Module-Path/distinfo	Sat Nov 23 12:37:32 2013	(r334664)
@@ -0,0 +1,2 @@
+SHA256 (Module-Path-0.09.tar.gz) = 5330a76ff56800778d825548b4d631510a1a6b4f04725dddca95e68c4ed3ac18
+SIZE (Module-Path-0.09.tar.gz) = 11423

Added: head/devel/p5-Module-Path/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Module-Path/pkg-descr	Sat Nov 23 12:37:32 2013	(r334664)
@@ -0,0 +1,4 @@
+Module::Path provides a single function, module_path(), which will
+find where a module is installed locally.
+
+WWW: http://metacpan.org/release/Module-Path

Added: head/devel/p5-Module-Path/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Module-Path/pkg-plist	Sat Nov 23 12:37:32 2013	(r334664)
@@ -0,0 +1,8 @@
+bin/mpath
+%%SITE_PERL%%/Module/Path.pm
+%%SITE_PERL%%/mach/auto/Module/Path/.packlist
+man/man1/mpath.1.gz
+%%PERL5_MAN3%%/Module::Path.3.gz
+@dirrmtry %%SITE_PERL%%/mach/auto/Module/Path
+@dirrmtry %%SITE_PERL%%/mach/auto/Module
+@dirrmtry %%SITE_PERL%%/Module



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311231237.rANCbWD7092349>