Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2013 16:56:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315851 - in head/devel: . p5-ExtUtils-Config
Message-ID:  <201304161656.r3GGuObD026133@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 16 16:56:24 2013
New Revision: 315851
URL: http://svnweb.freebsd.org/changeset/ports/315851

Log:
  - Add p5-ExtUtils-Config 0.007
  
  ExtUtils::Config is an abstraction around the %Config hash.
  
  WWW: http://search.cpan.org/dist/ExtUtils-Config/
  
  Feature safe:	yes

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Apr 16 16:54:56 2013	(r315850)
+++ head/devel/Makefile	Tue Apr 16 16:56:24 2013	(r315851)
@@ -1921,6 +1921,7 @@
     SUBDIR += p5-ExtUtils-CBuilder
     SUBDIR += p5-ExtUtils-CChecker
     SUBDIR += p5-ExtUtils-Command
+    SUBDIR += p5-ExtUtils-Config
     SUBDIR += p5-ExtUtils-Constant
     SUBDIR += p5-ExtUtils-Depends
     SUBDIR += p5-ExtUtils-Install

Added: head/devel/p5-ExtUtils-Config/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ExtUtils-Config/Makefile	Tue Apr 16 16:56:24 2013	(r315851)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ExtUtils-Config
+PORTVERSION=	0.007
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Wrapper for perl configuration
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+PERL_CONFIGURE=	yes
+
+MAN3=		ExtUtils::Config.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-ExtUtils-Config/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ExtUtils-Config/distinfo	Tue Apr 16 16:56:24 2013	(r315851)
@@ -0,0 +1,2 @@
+SHA256 (ExtUtils-Config-0.007.tar.gz) = 2c1465078b876fd16a90507092805265528c2532d4937b03547a6dbdb8ac0eef
+SIZE (ExtUtils-Config-0.007.tar.gz) = 12135

Added: head/devel/p5-ExtUtils-Config/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ExtUtils-Config/pkg-descr	Tue Apr 16 16:56:24 2013	(r315851)
@@ -0,0 +1,3 @@
+ExtUtils::Config is an abstraction around the %Config hash.
+
+WWW: http://search.cpan.org/dist/ExtUtils-Config/

Added: head/devel/p5-ExtUtils-Config/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ExtUtils-Config/pkg-plist	Tue Apr 16 16:56:24 2013	(r315851)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/ExtUtils/Config.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Config/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Config
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
+@dirrmtry %%SITE_PERL%%/ExtUtils



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