mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
21 lines
349 B
Makefile
21 lines
349 B
Makefile
# Created by: Phil Phillips
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= CGI-Thin
|
|
PORTVERSION= 0.52
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pphillips@experts-exchange.com
|
|
COMMENT= A very lightweight Parser for CGI Forms
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= CGI::Thin.3 \
|
|
CGI::Thin::Cookies.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|