mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
57b83a1e37
With hat: perl
27 lines
744 B
Makefile
27 lines
744 B
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.062
|
|
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-Plugin-Redirect>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Redirect \
|
|
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
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= CGI::Application::Server.3
|
|
|
|
.include <bsd.port.mk>
|