pkgsrc/devel/p5-Perl6-Export/Makefile
wen d5e6bc6626 Update to 0.009
Add LICENSE

Upstream changes:
0.008  Sat Oct  3 20:26:28 2015

	- Fixed problems when exporting under 'use strict'

	- Added support for Perl 6 IMPORT blocks

    - unknitted POD nit (thanks Steve)

    - Added META files (thanks Jarkko)


0.009  Tue Nov 24 09:12:06 2015
2016-07-29 11:57:24 +00:00

18 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.13 2016/07/29 11:57:24 wen Exp $
#
DISTNAME= Perl6-Export-0.009
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
MAINTAINER= abs@absd.org
HOMEPAGE= http://search.cpan.org/dist/Perl6-Export/
COMMENT= Implements the Perl 6 'is export(...)' trait
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Perl6/Export/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"