CGI::Struct lets you transform CGI data keys that look like perl data structures into actual perl data structures. From Wen Heping <wenheping2000 () hotmail ! com> OK afresh1@
21 lines
294 B
Makefile
21 lines
294 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/21 11:15:31 cwen Exp $
|
|
|
|
COMMENT = build structures from CGI data
|
|
|
|
DISTNAME = CGI-Struct-1.21
|
|
|
|
CATEGORIES = www
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Deep
|
|
|
|
PKG_ARCH = *
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|