1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port devel/p5-UNIVERSAL-exports

Lightweight, universal exporting of variables

PR:		ports/51032
Submitted by:	Mathieu Arnold <m@absolight.net>
This commit is contained in:
Edwin Groothuis 2003-04-18 06:26:42 +00:00
parent a6efcaa864
commit 26f0fdeb63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79204
5 changed files with 39 additions and 0 deletions

View File

@ -673,6 +673,7 @@
SUBDIR += p5-TimeDate
SUBDIR += p5-TraceFuncs
SUBDIR += p5-Tree-DAG_Node
SUBDIR += p5-UNIVERSAL-exports
SUBDIR += p5-VCS
SUBDIR += p5-VCS-CVS
SUBDIR += p65

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: UNIVERSAL-exports
# Date created: 16 April 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= UNIVERSAL-exports
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= UNIVERSAL
PKGNAMEPREFIX= p5-
MAINTAINER= m@absolight.net
COMMENT= Lightweight, universal exporting of variables
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= UNIVERSAL::exports.3 UNIVERSAL::require.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (UNIVERSAL-exports-0.03.tar.gz) = 7672d8e740d99c3af612205e6fde8644

View File

@ -0,0 +1,5 @@
This is an alternative to Exporter intended to provide a universal,
lightweight subset of its functionality. It uses Exporter::Lite, so look
there for details
WWW: http://search.cpan.org/author/MSCHWERN/UNIVERSAL-exports/

View File

@ -0,0 +1,6 @@
lib/perl5/site_perl/%%PERL_VER%%/UNIVERSAL/exports.pm
lib/perl5/site_perl/%%PERL_VER%%/UNIVERSAL/require.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/UNIVERSAL/exports/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/UNIVERSAL/exports
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/UNIVERSAL
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/UNIVERSAL 2>/dev/null || true