1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/www/p5-WWW-Form-UrlEncoded/Makefile
Sunpoet Po-Chuan Hsieh 0f7f572e05 - Add p5-WWW-Form-UrlEncoded 0.23
WWW::Form::UrlEncoded provides application/x-www-form-urlencoded parser and
builder. This module aims to have compatibility with other CPAN modules like
HTTP::Body's urlencoded parser.

This module try to use WWW::Form::UrlEncoded::XS by default and fail to it, use
WWW::Form::UrlEncoded::PP instead

WWW: http://search.cpan.org/dist/WWW-Form-UrlEncoded/
2016-11-19 17:02:21 +00:00

21 lines
410 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= WWW-Form-UrlEncoded
PORTVERSION= 0.23
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parser and builder for application/x-www-form-urlencoded
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>