pkgsrc-wip/p5-UNIVERSAL-exports/Makefile
Tonnerre LOMBARD 79023d1165 Upgrade UNIVERSAL-exports to version 0.05, which, other than 0.03, still
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.
2008-12-17 09:21:07 +00:00

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"