mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
27 lines
593 B
Makefile
27 lines
593 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP-Request-Params
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Retrieve GET/POST Parameters from HTTP Requests
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-CGI>=3:www/p5-CGI \
|
|
p5-Class-Accessor>=0.19:devel/p5-Class-Accessor \
|
|
p5-Email-MIME-ContentType>=1:mail/p5-Email-MIME-ContentType \
|
|
p5-Email-MIME>=1.420:mail/p5-Email-MIME \
|
|
p5-HTTP-Message>=1.40:www/p5-HTTP-Message
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|