freebsd-ports/www/p5-Test-HTTP/Makefile
Sergey Skvortsov b9f59a80f6 Update to 0.14
2008-11-26 11:24:10 +00:00

28 lines
770 B
Makefile

# New ports collection makefile for: Test-HTTP
# Date created: 11 Jul 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Test-HTTP
PORTVERSION= 0.14
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Test HTTP interactions
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple \
${SITE_PERL}/Class/Field.pm:${PORTSDIR}/devel/p5-Class-Field \
${SITE_PERL}/Test/Builder/Module.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Test::HTTP.3 Test::HTTP::Syntax.3
.include <bsd.port.mk>