mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
291b846592
- Support STAGEDIR - Pass maintainership to submitter - While I'm here: - Add missing RUN_DEPENDS - Remove leading indefinite article from COMMENT - Use USE_PERL5=configure - Complete and sort PLIST - Bump PORTREVISION for dependency and package change PR: ports/183745 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
29 lines
882 B
Makefile
29 lines
882 B
Makefile
# Created by: George Hartzell <hartzell@alerce.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= CGI-Application-Dispatch-Server
|
|
PORTVERSION= 0.53
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Simple HTTP server for developing with CGI::Application::Dispatch
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \
|
|
p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|
p5-CGI-Application-Dispatch>=0:${PORTSDIR}/www/p5-CGI-Application-Dispatch \
|
|
p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
|
p5-HTTP-Server-Simple-Static>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static \
|
|
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|