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