freebsd-ports/www/p5-Tatsumaki/Makefile
Andrej Zverev bc02afde05 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 09:22:15 +00:00

39 lines
1 KiB
Makefile

# New ports collection makefile for: p5-Tatsumaki
# Date created: 2010-12-11
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Tatsumaki
PORTVERSION= 0.1012
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Non-blocking web framework based on Plack and AnyEvent
RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
p5-AnyEvent-HTTP>=0:${PORTSDIR}/www/p5-AnyEvent-HTTP \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
p5-Plack>=0:${PORTSDIR}/www/p5-Plack \
p5-Text-MicroTemplate>=0:${PORTSDIR}/textproc/p5-Text-MicroTemplate \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-Twiggy>=0:${PORTSDIR}/www/p5-Twiggy
PERL_CONFIGURE= yes
MAN3= Tatsumaki.3 \
Tatsumaki::MessageQueue.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>