New port devel/p5-Exporter-Lite
Lightweight exporting of variables PR: ports/51030 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
a03e836657
commit
cf95aabd9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79198
5 changed files with 34 additions and 0 deletions
|
@ -522,6 +522,7 @@
|
|||
SUBDIR += p5-Errno
|
||||
SUBDIR += p5-Event
|
||||
SUBDIR += p5-Exception-Class
|
||||
SUBDIR += p5-Exporter-Lite
|
||||
SUBDIR += p5-File-BasicFlock
|
||||
SUBDIR += p5-File-Binary
|
||||
SUBDIR += p5-File-Cache
|
||||
|
|
23
devel/p5-Exporter-Lite/Makefile
Normal file
23
devel/p5-Exporter-Lite/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: p5-Exporter-Lite
|
||||
# Date created: 16 April 2003
|
||||
# Whom: Mathieu Arnold <m@absolight.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Exporter-Lite
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Exporter
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= m@absolight.net
|
||||
COMMENT= Lightweight exporting of variables
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Exporter::Lite.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Exporter-Lite/distinfo
Normal file
1
devel/p5-Exporter-Lite/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Exporter-Lite-0.01.tar.gz) = e45c93513ecb22e183748592069bdaf8
|
5
devel/p5-Exporter-Lite/pkg-descr
Normal file
5
devel/p5-Exporter-Lite/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This is an alternative to Exporter intended to provide a lightweight
|
||||
subset of its functionality. It supports import(), @EXPORT and @EXPORT_OK
|
||||
and not a whole lot else.
|
||||
|
||||
WWW: http://search.cpan.org/author/MSCHWERN/Exporter-Lite/
|
4
devel/p5-Exporter-Lite/pkg-plist
Normal file
4
devel/p5-Exporter-Lite/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Exporter/Lite.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exporter/Lite/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod-Exporter-Lite
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exporter/Lite
|
Loading…
Reference in a new issue