19 lines
336 B
Makefile
19 lines
336 B
Makefile
# Created by: Guy P.
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= CGI-Response
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module allowing response construction for CGI applications
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= CGI::Response.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|