1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add p5-Sub-Exporter-Progressive 0.001002

Sub::Exporter is an incredibly powerful module, but with that power comes great
responsibility, er- as well as some runtime penalties. This module is a
Sub::Exporter wrapper that will let your users just use Exporter if all they are
doing is picking exports, but use Sub::Exporter if your users try to use
Sub::Exporter's more advanced features features, like renaming exports, if they
try to use them.

Note that this module will export @EXPORT and @EXPORT_OK package variables for
Exporter to work. Additionally, if your package uses advanced Sub::Exporter
features like currying, this module will only ever use Sub::Exporter, so you
might as well use it directly.

WWW: http://search.cpan.org/dist/Sub-Exporter-Progressive/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-08-02 03:18:00 +00:00
parent 15b1814bf5
commit 73db2751f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301850
5 changed files with 51 additions and 0 deletions

View File

@ -2491,6 +2491,7 @@
SUBDIR += p5-Sub-Exporter SUBDIR += p5-Sub-Exporter
SUBDIR += p5-Sub-Exporter-ForMethods SUBDIR += p5-Sub-Exporter-ForMethods
SUBDIR += p5-Sub-Exporter-GlobExporter SUBDIR += p5-Sub-Exporter-GlobExporter
SUBDIR += p5-Sub-Exporter-Progressive
SUBDIR += p5-Sub-Identify SUBDIR += p5-Sub-Identify
SUBDIR += p5-Sub-Install SUBDIR += p5-Sub-Install
SUBDIR += p5-Sub-Installer SUBDIR += p5-Sub-Installer

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Sub-Exporter-Progressive
# Date created: 2012-08-01
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Sub-Exporter-Progressive
PORTVERSION= 0.001.002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Only use Sub::Exporter if you need it
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Sub::Exporter::Progressive.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Sub-Exporter-Progressive-0.001002.tar.gz) = 071c4f13766a5dadd3ad09e5e5634fe3d5835c7cba349d0e527957c80e63500d
SIZE (Sub-Exporter-Progressive-0.001002.tar.gz) = 10664

View File

@ -0,0 +1,13 @@
Sub::Exporter is an incredibly powerful module, but with that power comes great
responsibility, er- as well as some runtime penalties. This module is a
Sub::Exporter wrapper that will let your users just use Exporter if all they are
doing is picking exports, but use Sub::Exporter if your users try to use
Sub::Exporter's more advanced features features, like renaming exports, if they
try to use them.
Note that this module will export @EXPORT and @EXPORT_OK package variables for
Exporter to work. Additionally, if your package uses advanced Sub::Exporter
features like currying, this module will only ever use Sub::Exporter, so you
might as well use it directly.
WWW: http://search.cpan.org/dist/Sub-Exporter-Progressive/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Sub/Exporter/Progressive.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Exporter/Progressive/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Exporter/Progressive
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Exporter
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub
@dirrmtry %%SITE_PERL%%/Sub/Exporter
@dirrmtry %%SITE_PERL%%/Sub