svn commit: r319076 - in head/devel: . p5-Sub-Exporter-Lexical
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 25 23:47:01 UTC 2013
Author: sunpoet
Date: Sat May 25 23:46:59 2013
New Revision: 319076
URL: http://svnweb.freebsd.org/changeset/ports/319076
Log:
- Add p5-Sub-Exporter-Lexical 0.092291
Sub::Exporter::Lexical provides an alternate installer for Sub::Exporter.
Installers are documented in Sub::Exporter's documentation; all you need to know
is that by using Sub::Exporter::Lexical's installer, you can import routines
into a lexical scope that will be cleaned up when that scope ends.
WWW: http://search.cpan.org/dist/Sub-Exporter-Lexical/
Added:
head/devel/p5-Sub-Exporter-Lexical/
head/devel/p5-Sub-Exporter-Lexical/Makefile (contents, props changed)
head/devel/p5-Sub-Exporter-Lexical/distinfo (contents, props changed)
head/devel/p5-Sub-Exporter-Lexical/pkg-descr (contents, props changed)
head/devel/p5-Sub-Exporter-Lexical/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat May 25 23:43:05 2013 (r319075)
+++ head/devel/Makefile Sat May 25 23:46:59 2013 (r319076)
@@ -2664,6 +2664,7 @@
SUBDIR += p5-Sub-Exporter
SUBDIR += p5-Sub-Exporter-ForMethods
SUBDIR += p5-Sub-Exporter-GlobExporter
+ SUBDIR += p5-Sub-Exporter-Lexical
SUBDIR += p5-Sub-Exporter-Progressive
SUBDIR += p5-Sub-Identify
SUBDIR += p5-Sub-Install
Added: head/devel/p5-Sub-Exporter-Lexical/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Sub-Exporter-Lexical/Makefile Sat May 25 23:46:59 2013 (r319076)
@@ -0,0 +1,32 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Sub-Exporter-Lexical
+PORTVERSION= 0.092.291
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Export lexically-available subs with Sub::Exporter
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-B-Hooks-EndOfScope>=0:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
+ p5-Sub-Exporter>=0.978:${PORTSDIR}/devel/p5-Sub-Exporter \
+ p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Sub::Exporter::Lexical.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
Added: head/devel/p5-Sub-Exporter-Lexical/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Sub-Exporter-Lexical/distinfo Sat May 25 23:46:59 2013 (r319076)
@@ -0,0 +1,2 @@
+SHA256 (Sub-Exporter-Lexical-0.092291.tar.gz) = e45830d8e39ed33a0af3a513223f0158133f4aa2429306101cbb2f98cdbcfbc1
+SIZE (Sub-Exporter-Lexical-0.092291.tar.gz) = 11624
Added: head/devel/p5-Sub-Exporter-Lexical/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Sub-Exporter-Lexical/pkg-descr Sat May 25 23:46:59 2013 (r319076)
@@ -0,0 +1,6 @@
+Sub::Exporter::Lexical provides an alternate installer for Sub::Exporter.
+Installers are documented in Sub::Exporter's documentation; all you need to know
+is that by using Sub::Exporter::Lexical's installer, you can import routines
+into a lexical scope that will be cleaned up when that scope ends.
+
+WWW: http://search.cpan.org/dist/Sub-Exporter-Lexical/
Added: head/devel/p5-Sub-Exporter-Lexical/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Sub-Exporter-Lexical/pkg-plist Sat May 25 23:46:59 2013 (r319076)
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/Sub/Exporter/Lexical.pm
+%%SITE_PERL%%/Sub/Exporter/snippet.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Exporter/Lexical/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Exporter/Lexical
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Exporter
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub
+ at dirrmtry %%SITE_PERL%%/Sub/Exporter
+ at dirrmtry %%SITE_PERL%%/Sub
More information about the svn-ports-head
mailing list