mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
23 lines
380 B
Makefile
23 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= CGI-Struct
|
|
PORTVERSION= 1.21
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= fullermd@over-yonder.net
|
|
COMMENT= Build data structures from CGI request parameters
|
|
|
|
LICENSE= BSD
|
|
|
|
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= CGI::Struct.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|