2b40aa13da
1.114 - Drop support for Perls older than 5.6.1. 1.115 2014.10.19 - Replace indirect calling of constructor both in code an documentation with direct calling. Write CGI::Simle->new instead of new CGI::Simple - add tests to make sure the order of value is kept as they were passed in the QUERY_STRING - new co-maintainer (SZABGAB(
20 lines
582 B
Makefile
20 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.14 2015/01/01 14:33:12 mef Exp $
|
|
|
|
DISTNAME= CGI-Simple-1.115
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CGI-Simple/
|
|
COMMENT= Simple totally OO CGI interface that is CGI.pm compliant
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/CGI/Simple/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|