pkgsrc/www/p5-CGI-Simple/Makefile
wen fefa109a8f Update to 1.21
Upstream changes:
1.21  2018-10-06 MANWAR
      - Patched issue RT# 67061 (handle warning uninitialsed value).

1.20  2018-10-05 MANWAR
      - Merge pull request #4 from jjatria/302-found, changing the
        name of 302 statuses from Moved to Found.

1.19  2018-10-04 MANWAR
      - Merged pull request #3 from jjatria/max-age, which sets max-age
        attribute correctly from constructor.

1.18  2018-10-03 MANWAR
      - Merged pull request #2 from jjatria/samesite, adding
        SameSite support to Cookie handling.

1.17  2018-10-02 MANWAR
      - Merged pull request #7 from asb-capfan/master, should fix
        CPAN Testers fail report on some windows box.
2018-10-20 12:43:23 +00:00

22 lines
725 B
Makefile

# $NetBSD: Makefile,v 1.21 2018/10/20 12:43:23 wen Exp $
DISTNAME= CGI-Simple-1.21
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
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/CGI/Simple/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"