mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
395 B
Makefile
22 lines
395 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= CPAN
|
|
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>
|