40 lines
1.4 KiB
Makefile
40 lines
1.4 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= LWP-ConsoleLogger
|
|
PORTVERSION= 0.000020
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for LWP tracing and debugging
|
|
|
|
LICENSE= ART20
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Data-Printer>0:${PORTSDIR}/devel/p5-Data-Printer \
|
|
p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \
|
|
p5-HTML-Restrict>=0:${PORTSDIR}/www/p5-HTML-Restrict \
|
|
p5-HTTP-Body>0:${PORTSDIR}/www/p5-HTTP-Body \
|
|
p5-HTTP-CookieMonster>=0:${PORTSDIR}/www/p5-HTTP-CookieMonster \
|
|
p5-JSON-MaybeXS>0:${PORTSDIR}/converters/p5-JSON-MaybeXS \
|
|
p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch \
|
|
p5-Moo>0:${PORTSDIR}/devel/p5-Moo \
|
|
p5-MooX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooX-StrictConstructor \
|
|
p5-Parse-MIME>=0:${PORTSDIR}/mail/p5-Parse-MIME \
|
|
p5-String-Trim>=0:${PORTSDIR}/textproc/p5-String-Trim \
|
|
p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
|
p5-Term-Size-Any>0:${PORTSDIR}/devel/p5-Term-Size-Any \
|
|
p5-Text-SimpleTable-AutoWidth>=0.09:${PORTSDIR}/textproc/p5-Text-SimpleTable-AutoWidth \
|
|
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
|
|
p5-Type-Tiny>0:${PORTSDIR}/devel/p5-Type-Tiny \
|
|
p5-URI-Query>0:${PORTSDIR}/net/p5-URI-Query \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|