freebsd-ports/www/p5-CGI-Response/Makefile
Mathieu Arnold 69df5724fb Add p5-CGI-Response 0.03, perl module allowing response construction for
CGI applications.

PR:		ports/67566
Submitted by:	Guy P. <guy at device dot dyndns dot org>
2004-06-09 12:24:45 +00:00

23 lines
439 B
Makefile

# 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
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
MAINTAINER= guy@device.dyndns.org
COMMENT= Perl module allowing response construction for CGI applications
PERL_CONFIGURE= yes
MAN3= CGI::Response.3
.include <bsd.port.mk>