svn commit: r321538 - in head/devel: . p5-experimental
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jun 22 03:41:33 UTC 2013
Author: sunpoet
Date: Sat Jun 22 03:41:32 2013
New Revision: 321538
URL: http://svnweb.freebsd.org/changeset/ports/321538
Log:
- Add p5-experimental 0.005
This pragma provides an easy and convenient way to enable or disable
experimental features.
WWW: http://search.cpan.org/dist/experimental/
Added:
head/devel/p5-experimental/
head/devel/p5-experimental/Makefile (contents, props changed)
head/devel/p5-experimental/distinfo (contents, props changed)
head/devel/p5-experimental/pkg-descr (contents, props changed)
head/devel/p5-experimental/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Jun 22 03:40:17 2013 (r321537)
+++ head/devel/Makefile Sat Jun 22 03:41:32 2013 (r321538)
@@ -2985,6 +2985,7 @@
SUBDIR += p5-doxygenfilter
SUBDIR += p5-enum
SUBDIR += p5-ex-lib
+ SUBDIR += p5-experimental
SUBDIR += p5-forks
SUBDIR += p5-github_creator
SUBDIR += p5-iCal-Parser
Added: head/devel/p5-experimental/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-experimental/Makefile Sat Jun 22 03:41:32 2013 (r321538)
@@ -0,0 +1,23 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= experimental
+PORTVERSION= 0.005
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:LEONT
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Experimental features made easy
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny
+
+PERL_MODBUILD= yes
+
+MAN3= experimental.3
+
+.include <bsd.port.mk>
Added: head/devel/p5-experimental/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-experimental/distinfo Sat Jun 22 03:41:32 2013 (r321538)
@@ -0,0 +1,2 @@
+SHA256 (experimental-0.005.tar.gz) = b6c7b53b5e034727d301c59665fd72213db8b568aba8d8714fefe9ffef95b1a9
+SIZE (experimental-0.005.tar.gz) = 10614
Added: head/devel/p5-experimental/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-experimental/pkg-descr Sat Jun 22 03:41:32 2013 (r321538)
@@ -0,0 +1,4 @@
+This pragma provides an easy and convenient way to enable or disable
+experimental features.
+
+WWW: http://search.cpan.org/dist/experimental/
Added: head/devel/p5-experimental/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-experimental/pkg-plist Sat Jun 22 03:41:32 2013 (r321538)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/experimental.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/experimental/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/experimental
More information about the svn-ports-head
mailing list