This module is XS implementation of CGI::Struct. It's fully compatible with CGI::Struct, except for error messages. CGI::Struct::XS is 3-15(5-25 with dclone disabled) times faster than original module. From Wen Heping <wenheping2000 () hotmail ! com>, with a WANTLIB tweak from me. OK afresh1@
20 lines
311 B
Makefile
20 lines
311 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/21 11:14:00 cwen Exp $
|
|
|
|
COMMENT = fast build structures from CGI data
|
|
|
|
DISTNAME = CGI-Struct-XS-1.04
|
|
|
|
CATEGORIES = www
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Deep \
|
|
devel/p5-Test-LeakTrace
|
|
|
|
.include <bsd.port.mk>
|