freebsd-ports/www/p5-ParallelUA/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

40 lines
1 KiB
Makefile

# New ports collection makefile for: p5-Parallel-UA
# Date created: Sep 8 1998
# Whom: ache@freebsd.org
#
# $FreeBSD$
#
PORTNAME= ParallelUA
PORTVERSION= 2.57
PORTREVISION= 2
CATEGORIES= www perl5 devel
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= LWP
PKGNAMEPREFIX= p5-
DISTNAME= ParallelUserAgent-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl5 Parallel LWP User Agent for WWW access
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Bundle::ParallelUA.3 \
LWP::Parallel.3 \
LWP::Parallel::Protocol.3 \
LWP::Parallel::Protocol::ftp.3 \
LWP::Parallel::Protocol::http.3 \
LWP::Parallel::RobotUA.3 \
LWP::Parallel::UserAgent.3 \
LWP::ParallelUA.3 \
LWP::RobotPUA.3
post-patch:
${RM} -f ${WRKSRC}/lib/LWP/Parallel/UserAgent.pm.orig
.include <bsd.port.mk>