freebsd-ports/devel/p5-Dancer-Debug/Makefile
Andrej Zverev 302b9a7c36 - 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
- Utilize CPAN macro
2011-06-21 06:58:49 +00:00

31 lines
888 B
Makefile

# New ports collection makefile for: p5-Dancer-Debug
# Date created: 18 january 2011
# Whom: Geistteufel <geistteufel@yahoo.fr>
#
# $FreeBSD$
#
PORTNAME= Dancer-Debug
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FRANCKC
PKGNAMEPREFIX= p5-
MAINTAINER= geistteufel@yahoo.fr
COMMENT= Dancer::Debug - Extend Plack::Middleware::Debug
RUN_DEPENDS= p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \
p5-Plack-Middleware-Debug>=0:${PORTSDIR}/www/p5-Plack-Middleware-Debug
PERL_CONFIGURE= yes
MAN3= Dancer::Debug.3 \
Plack::Middleware::Debug::Dancer::Logger.3 \
Plack::Middleware::Debug::Dancer::Routes.3 \
Plack::Middleware::Debug::Dancer::Session.3 \
Plack::Middleware::Debug::Dancer::Settings.3 \
Plack::Middleware::Debug::Dancer::Version.3
.include <bsd.port.mk>