1e443545d0
COMMENT should not begin with 'A' or 'An' Maintainers were notified and given time to object.
20 lines
342 B
Makefile
20 lines
342 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= 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>
|