a026a598d1
This is a very simple Moose role which provides a CGI like param method. I found that I had written this code over and over and over and over again, and each time it was the same. So I thought, why not put it in a role?
22 lines
621 B
Makefile
22 lines
621 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/10/27 00:00:20 he Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Param-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MooseX-Param/
|
|
COMMENT= Simple role to provide a standard param method
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
|
|
DEPENDS+= p5-Moose>=0.32:../../devel/p5-Moose
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Param/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|