svn commit: r315851 - in head/devel: . p5-ExtUtils-Config

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 16 16:56:25 UTC 2013


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ExtUtils-Config
+PORTVERSION=	0.007
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at 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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Config
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
+ at dirrmtry %%SITE_PERL%%/ExtUtils


More information about the svn-ports-head mailing list