79023d1165
exists. Changes since 0.03: * Convert tests from ancient ad-hoc to Test::More. * Turn on strictyness. * Removed UNIVERSAL::require from distribution. It is now in its own distribution. * Added copyright and license info * Added link to rt.cpan.org for tracking. * Added extended SEE ALSO to other Exporter-like things.
21 lines
673 B
Makefile
21 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/12/17 09:21:07 tonnerre Exp $
|
|
|
|
DISTNAME= UNIVERSAL-exports-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5uex
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=UNIVERSAL/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-exports/
|
|
COMMENT= Lightweight, universal exporting of variables
|
|
|
|
DEPENDS+= p5-Exporter-Lite>=0.01:../../devel/p5-Exporter-Lite
|
|
DEPENDS+= p5-UNIVERSAL-require>=0.01:../../devel/p5-UNIVERSAL-require
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/UNIVERSAL/exports/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|