freebsd-ports/www/p5-WWW-Form-UrlEncoded/Makefile
2019-06-08 20:28:43 +00:00

23 lines
425 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= WWW-Form-UrlEncoded
PORTVERSION= 0.26
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
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>