freebsd-ports/www/p5-CGI-Thin/Makefile
Eitan Adler 1e443545d0 The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'

Maintainers were notified and given time to object.
2013-10-31 04:17:29 +00:00

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>