- Add p5-Exporter 5.66
The Exporter module implements an "import" method which allows a module to export functions and variables to its users' namespaces. Many modules use Exporter rather than implementing their own "import" method because Exporter provides a highly flexible interface, with an implementation optimised for the common case. WWW: http://search.cpan.org/dist/Exporter/ PR: ports/166603 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
This commit is contained in:
parent
f7b9a11fcf
commit
656547c80e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294543
@ -1748,6 +1748,7 @@
|
|||||||
SUBDIR += p5-Exception-Class-TryCatch
|
SUBDIR += p5-Exception-Class-TryCatch
|
||||||
SUBDIR += p5-Exception-Handler
|
SUBDIR += p5-Exception-Handler
|
||||||
SUBDIR += p5-Expect-Simple
|
SUBDIR += p5-Expect-Simple
|
||||||
|
SUBDIR += p5-Exporter
|
||||||
SUBDIR += p5-Exporter-Declare
|
SUBDIR += p5-Exporter-Declare
|
||||||
SUBDIR += p5-Exporter-Easy
|
SUBDIR += p5-Exporter-Easy
|
||||||
SUBDIR += p5-Exporter-Lite
|
SUBDIR += p5-Exporter-Lite
|
||||||
|
21
devel/p5-Exporter/Makefile
Normal file
21
devel/p5-Exporter/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: p5-Exporter
|
||||||
|
# Date created: 2012-04-03
|
||||||
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Exporter
|
||||||
|
PORTVERSION= 5.66
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= snowfly@yuntech.edu.tw
|
||||||
|
COMMENT= Implements default import method for modules
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Exporter.3 Exporter::Heavy.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/p5-Exporter/distinfo
Normal file
2
devel/p5-Exporter/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (Exporter-5.66.tar.gz) = 35bba6bbd2a5a983f1576b6c5acf57d90245297de6ad36a948d4a25e6d787234
|
||||||
|
SIZE (Exporter-5.66.tar.gz) = 16594
|
7
devel/p5-Exporter/pkg-descr
Normal file
7
devel/p5-Exporter/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
The Exporter module implements an "import" method which allows a module
|
||||||
|
to export functions and variables to its users' namespaces. Many modules
|
||||||
|
use Exporter rather than implementing their own "import" method because
|
||||||
|
Exporter provides a highly flexible interface, with an implementation
|
||||||
|
optimised for the common case.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Exporter/
|
5
devel/p5-Exporter/pkg-plist
Normal file
5
devel/p5-Exporter/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
%%SITE_PERL%%/Exporter.pm
|
||||||
|
%%SITE_PERL%%/Exporter/Heavy.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter/.packlist
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter
|
||||||
|
@dirrmtry %%SITE_PERL%%/Exporter
|
Loading…
Reference in New Issue
Block a user