another funky export mechanism for perl modules.

This commit is contained in:
espie 2006-12-10 12:26:46 +00:00
parent f0d114c741
commit d028de6b3c
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/10 12:26:46 espie Exp $
COMMENT= "exporter on steroids"
MODULES= cpan
DISTNAME= Sub-Exporter-0.972
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Data-OptList \
::devel/p5-Sub-Install
MAKE_ENV= TEST_POD=Yes
# Misses test-perl-critic and Package::Generator to run all tests
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Sub-Exporter-0.972.tar.gz) = a56e829068eab18112df68260d335932
RMD160 (Sub-Exporter-0.972.tar.gz) = e1013bacd29d4ca4fc9695193f310ca5dcf7478f
SHA1 (Sub-Exporter-0.972.tar.gz) = ac162f646a5d087dd20a13f2f55568efbff5fad7
SIZE (Sub-Exporter-0.972.tar.gz) = 43721

View File

@ -0,0 +1,3 @@
The biggest benefit of Sub::Exporter over existing exporters
is its ability to build new coderefs for export, rather than to
simply export code identical to that found in the exporting package.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/10 12:26:46 espie Exp $
${P5SITE}/Sub/Exporter/
${P5SITE}/Sub/Exporter.pm
${P5SITE}/Sub/Exporter/Tutorial.pod
${P5SITE}/Sub/Exporter/Util.pm
@man man/man3p/Sub::Exporter.3p
@man man/man3p/Sub::Exporter::Tutorial.3p
@man man/man3p/Sub::Exporter::Util.3p