freebsd-ports/www/p5-LWPx-TimedHTTP/Makefile

26 lines
549 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= LWPx-TimedHTTP
PORTVERSION= 1.8
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Time the different stages of an HTTP request
2014-11-24 19:32:07 +01:00
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTTP-Daemon>=0:${PORTSDIR}/www/p5-HTTP-Daemon \
p5-libwww>=6:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-libwww>=6:${PORTSDIR}/www/p5-libwww
2015-10-01 17:57:55 +02:00
NO_ARCH= yes
USE_PERL5= modbuild
2013-08-21 16:08:06 +02:00
USES= perl5
.include <bsd.port.mk>