pkgsrc/devel/p5-Perl6-Junction/Makefile
rhaen 2a42d637f7 - initially imported to pkgsrc - needed by other modules
This is a lightweight module which provides 'Junction' operators,
the most commonly used being any and all.

Inspired by the Perl6 design docs,
http://dev.perl.org/perl6/doc/design/exe/E06.html.
2008-07-18 12:04:32 +00:00

18 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/18 12:04:32 rhaen Exp $
#
DISTNAME= Perl6-Junction-1.40000
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl6/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/
COMMENT= Perl6 style Junction operators in Perl5
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Perl6/Junction/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"