pkgsrc/devel/p5-Mixin-ExtraFields-Param/Makefile
seb 7abf1296cb Initial import of p5-Mixin-ExtraFields-Param version 0.011 in the
NetBSD Packages Collection.

The Perl 5 module Mixin::ExtraFields::Param mixes in to your class
to provide a param method like the ones provided by CGI, CGI::Application,
and other classes. It uses Mixin::ExtraFields, which means it can
use any Mixin::ExtraFields driver to store your data.
2010-04-10 15:43:39 +00:00

23 lines
739 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 15:43:39 seb Exp $
#
DISTNAME= Mixin-ExtraFields-Param-0.011
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Mixin-ExtraFields-Param/
COMMENT= Perl 5 module to make your class provide a familiar "param" method
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Mixin-ExtraFields>=0.002:../../devel/p5-Mixin-ExtraFields
DEPENDS+= p5-Sub-Exporter>=0.900:../../devel/p5-Sub-Exporter
PERL5_PACKLIST= auto/Mixin/ExtraFields/Param/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"