freebsd-ports/www/p5-Mojo-Server-FastCGI/Makefile
Cheng-Lung Sung 42cbd710be Mojo::Server::FastCGI - FastCGI Server
WWW: http://search.cpan.org/dist/Mojo-Server-FastCGI/

PR:		ports/162467
Submitted by:	dikshie <dikshie_AT_sfc.wide.ad.jp>
Feature safe:	yes
2011-11-11 09:32:15 +00:00

27 lines
551 B
Makefile

# New ports collection makefile for: www/p5-Mojo-Server-FastCGI
# Date created: 13 Nov 2011
# Whom: Dikshie <dikshie@sfc.wide.ad.jp>
#
# $FreeBSD$
#
PORTNAME= Mojo-Server-FastCGI
PORTVERSION= 0.2
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ARPI
PKGNAMEPREFIX= p5-
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Mojo Server FastCGI
LICENSE= ART20
RUN_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious
PERL_CONFIGURE= yes
MAN3= Mojolicious::Command::fastcgi.3 \
Mojo::Server::FastCGI.3
.include <bsd.port.mk>