blob: 5e4c76030e815fbf75d65e36d2c3d719d1cc5fe2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|