pkgsrc/devel/p5-Perl6-Export/Makefile
abs ea27e1d897 Added devel/p5-Perl6-Export-0.07
This module prototypes the Perl 6 'exported' and 'exportable' traits
in Perl 5.

Instead of messing around with @EXPORT arrays, you just declare which subs
are to be exported (or are exportable on request) as part of those subs.

For example:

	sub foo is exported {		# by default
		...
	}

	sub bar is exportable {		# on request
		...
	}
2006-06-07 11:56:15 +00:00

19 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:56:15 abs Exp $
#
DISTNAME= Perl6-Export-0.07
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Perl6/Export/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"