a95a17d573
pkgsrc changes: - Correcting license Upstream changes: 1.2 2010-01-12 - Fixed the %ENV concatenation that's broken in 1.1 but wasn't shipped to CPAN (miyagawa) - REQUEST_URI is trying to replicate as raw values as possible, without being canonicalized (miyagawa) 1.1 2009-12-07 - added test to check that %ENV is preserved after setup is called - setup now concatenates its environment to %ENV instead of replacing it 1.0 2009-11-30 - Change how PATH_INFO is decoded so that everything is decoded, including URI reserved characters (RT#50082)
23 lines
688 B
Makefile
23 lines
688 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/01/16 16:32:16 sno Exp $
|
|
|
|
DISTNAME= HTTP-Request-AsCGI-1.2
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/HTTP-Request-AsCGI/
|
|
COMMENT= Setup a CGI enviroment from a HTTP::Request
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
|
|
DEPENDS+= p5-libwww>=5.805:../../www/p5-libwww
|
|
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/HTTP/Request/AsCGI/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|