I am not making the same mistake twice. Using cvs add now.
From DESCR: -- 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.
This commit is contained in:
parent
7b0f804c5f
commit
c2a0db13b0
21
devel/p5-Exporter-Lite/Makefile
Normal file
21
devel/p5-Exporter-Lite/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2004/04/24 16:09:30 peter Exp $
|
||||
|
||||
COMMENT= "Lightwieght Exporting of variables"
|
||||
|
||||
VERSION= 0.01
|
||||
DISTNAME= Exporter-Lite-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exporter/}
|
||||
|
||||
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Exporter-Lite/distinfo
Normal file
3
devel/p5-Exporter-Lite/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Exporter-Lite-0.01.tar.gz) = e45c93513ecb22e183748592069bdaf8
|
||||
RMD160 (Exporter-Lite-0.01.tar.gz) = b60805e4720a7d161ea5eb6164e4a85f028f5dd4
|
||||
SHA1 (Exporter-Lite-0.01.tar.gz) = f34f151e96c74d8be6dbc19d2257c7aa24a84002
|
7
devel/p5-Exporter-Lite/pkg/DESCR
Normal file
7
devel/p5-Exporter-Lite/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
||||
|
||||
Unlike Exporter, it is not necessary to inherit from Exporter::Lite
|
||||
(ie. no @ISA = qw(Exporter::Lite) mantra). Exporter::Lite simply
|
||||
exports its import() function. This might be called a "mix-in".
|
10
devel/p5-Exporter-Lite/pkg/PLIST
Normal file
10
devel/p5-Exporter-Lite/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2004/04/24 16:09:30 peter Exp $
|
||||
${P5SITE}/Exporter/Lite.pm
|
||||
@comment ${P5ARCH}/auto/Exporter/Lite/.packlist
|
||||
man/man3p/Exporter::Lite.3p
|
||||
@comment @dirrm man/man3p
|
||||
@dirrm ${P5ARCH}/auto/Exporter/Lite
|
||||
@comment @dirrm ${P5ARCH}/auto/Exporter
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@comment @dirrm ${P5SITE}/Exporter
|
Loading…
Reference in New Issue
Block a user