freebsd-ports/www/p5-CGI-Application-Server/Makefile
Gabor Kovesdan bd302d713d - Update to 0.050
- Better adjustment of dependencies
- Use PERL_CONFIGURE instead of PERL_MODBUILD

PR:		ports/121006
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer
2008-02-27 10:46:00 +00:00

30 lines
1 KiB
Makefile

# New ports collection makefile for: www/p5-CGI-Application-Server
# Date created: 14 September 2005
# Whom: George Hartzell <hartzell@alerce.com>
#
# $FreeBSD$
#
PORTNAME= CGI-Application-Server
PORTVERSION= 0.050
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= hartzell@alerce.com
COMMENT= A simple HTTP server for developing with CGI::Application
RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \
p5-HTTP-Server-Simple-Static>=0.02:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static
BUILD_DEPENDS= p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
${SITE_PERL}/Test/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \
p5-Test-WWW-Mechanize>=1.08:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
p5-CGI-Application-Plugin-Redirect>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Redirect
PERL_CONFIGURE= 5.8.0+
MAN3= CGI::Application::Server.3
.include <bsd.port.mk>