26 lines
515 B
Makefile
26 lines
515 B
Makefile
# New ports collection makefile for: CGI::Emulate::PSGI
|
|
# Date created: 12 Mar 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CGI-Emulate-PSGI
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension of PSGI adapter for CGI
|
|
|
|
RUN_DEPENDS= \
|
|
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CGI::Emulate::PSGI.3 \
|
|
CGI::Parse::PSGI.3
|
|
|
|
.include <bsd.port.mk>
|