pkgsrc/www/p5-CGI-Lite/Makefile
mef e8a7f3974d Update 3.00 to 3.01
-------------------
* v3.01 - 10th December 2015
 - No changes from v3.00_02

* v3.00_02 - 27th November 2015
 - Dual subs/methods have improved detection of how they have been called.
 - Misc small documentation improvements.

* v3.00_01 - 15th October 2015

 - BUG FIX: Uploads with enctype "multipart/form-data" and at least one
    non-file param now process without warnings. (issue 107570)
-----------------------------------------------------------------
2016-02-02 12:48:18 +00:00

19 lines
525 B
Makefile

# $NetBSD: Makefile,v 1.13 2016/02/02 12:48:18 mef Exp $
DISTNAME= CGI-Lite-3.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/CGI-Lite/
COMMENT= Simple perl5 module for writing forms-based CGI programs
LICENSE= ${PERL5_LICENSE}
PREV_PKGPATH= www/p5-CGI_Lite
SUPERSEDES= p5-CGI_Lite-[0-9]*
PERL5_PACKLIST= auto/CGI/Lite/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"