pkgsrc/devel/p5-curry/Makefile
wen 72104197c8 Import curry-1.001000 as devel/p5-curry.
Perl module to create automatic curried method call closures for
any class or object.
2018-01-21 03:39:26 +00:00

16 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/01/21 03:39:26 wen Exp $
DISTNAME= curry-1.001000
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/curry/
COMMENT= Create automatic curried method call closures for any class or object
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/curry/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"