2004-06-09 14:24:45 +02:00
|
|
|
# New ports collection makefile for: CGI-Response
|
|
|
|
# Date created: 3 June 2004
|
|
|
|
# Whom: Guy P.
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CGI-Response
|
|
|
|
PORTVERSION= 0.03
|
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-06-09 14:24:45 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-11-28 23:52:39 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-06-09 14:24:45 +02:00
|
|
|
COMMENT= Perl module allowing response construction for CGI applications
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= CGI::Response.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|