2006-12-06 15:45:55 +01:00
|
|
|
# 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
|
2010-12-27 16:01:21 +01:00
|
|
|
PORTVERSION= 0.062
|
2006-12-06 15:45:55 +01:00
|
|
|
CATEGORIES= www perl5
|
2008-02-27 11:46:00 +01:00
|
|
|
MASTER_SITES= CPAN
|
2006-12-06 15:45:55 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= hartzell@alerce.com
|
|
|
|
COMMENT= A simple HTTP server for developing with CGI::Application
|
|
|
|
|
2010-12-27 16:01:21 +01:00
|
|
|
RUN_DEPENDS= p5-CGI-Application-Plugin-Redirect>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Redirect \
|
2009-06-26 07:19:03 +02:00
|
|
|
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
|
2006-12-06 15:45:55 +01:00
|
|
|
|
2011-09-17 08:50:17 +02:00
|
|
|
PERL_MODBUILD= yes
|
2006-12-06 15:45:55 +01:00
|
|
|
|
|
|
|
MAN3= CGI::Application::Server.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|