0.042 2014-10-04 [ Documentation ] - Document the warning emitted when you provide options to a function you are unimporting. [ Other ] - Housekeeping on %TRACKED. 0.041_02 2014-09-19 [ Bug Fixes ] - Option validation needs to happen after expanding tags. 0.041_01 2014-09-18 - Add an `unimport` feature.
17 lines
549 B
Makefile
17 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/10/05 14:34:00 wiz Exp $
|
|
|
|
DISTNAME= Exporter-Tiny-0.042
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Exporter-Tiny/
|
|
COMMENT= Exporter with the features of Sub::Exporter but only core dependencies
|
|
LICENSE= gnu-gpl-v1 OR artistic
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Exporter/Tiny/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|