pkgsrc/www/p5-CGI-Emulate-PSGI/Makefile
mef 5a88210949 Update 0.15 to 0.20
-------------------
0.20  2014-09-08 11:06:19 PDT
        - Add Test::Requires dependency (andk)

0.19  2014-08-31 14:04:44 JST
        - Revert #3 since it causes deep recursion when printing to STDERR
          inside CGI handler under some perl environments. #6

0.18  2014-08-07 07:58:32 PDT
        - Fix perl prereq (haarg) #7

0.17  2014-08-03 18:30:54 PDT
        - Make it work with debugger with perl 5.8.x (tehmoth) #5

0.16  2013-09-18 12:23:21 JST
        - Use tied handle for STDIN/STDERR (#3)
        - Convert to Milla
2014-12-31 14:52:46 +00:00

19 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.11 2014/12/31 14:52:46 mef Exp $
DISTNAME= CGI-Emulate-PSGI-0.20
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-Emulate-PSGI/
COMMENT= Perl 5 module prodiving PSGI adapter for CGI
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/CGI/Emulate/PSGI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"