bd196cc761
This software does all the dirty work of parsing HTTP Requests to find incoming query parameters. from Sam Smith <s at msmith.net>
29 lines
594 B
Makefile
29 lines
594 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/01/15 16:23:41 sturm Exp $
|
|
|
|
COMMENT= "retrieve GET/POST parameters from HTTP requests"
|
|
|
|
DISTNAME= HTTP-Request-Params-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
REGRESS_DEPENDS=${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::devel/p5-Class-Accessor \
|
|
::mail/p5-Email-MIME-Modifier \
|
|
::www/p5-libwww
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|