mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
bc02afde05
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
31 lines
648 B
Makefile
31 lines
648 B
Makefile
# New ports collection makefile for: Corona
|
|
# Date created: 04 Apr 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Corona
|
|
PORTVERSION= 0.1004
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for Coro based PSGI web server
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Coro>0:${PORTSDIR}/devel/p5-Coro \
|
|
p5-Net-Server-Coro>=0.5:${PORTSDIR}/net/p5-Net-Server-Coro \
|
|
p5-Plack>=0.99:${PORTSDIR}/www/p5-Plack
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= corona.1
|
|
MAN3= Corona.3 \
|
|
Plack::Handler::Corona.3
|
|
|
|
.include <bsd.port.mk>
|