WWW::Form::UrlEncoded::XS provides an application/x-www-form-urlencoded parser and builder that is implemented in XS. Tweaks and OK cwen@ for 0.25, 0.26 is only test updates
18 lines
342 B
Makefile
18 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/07/06 20:34:17 afresh1 Exp $
|
|
|
|
COMMENT = parser and builder for x-www-form-urlencoded in XS
|
|
|
|
DISTNAME = WWW-Form-UrlEncoded-XS-0.26
|
|
CATEGORIES = www
|
|
MODULES = cpan
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
WANTLIB = perl c
|
|
|
|
TEST_DEPENDS = converters/p5-JSON>=2
|
|
|
|
CONFIGURE_STYLE = modbuild tiny
|
|
|
|
.include <bsd.port.mk>
|