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>
21 lines
414 B
Makefile
21 lines
414 B
Makefile
# 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>
|