Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / p5-HTTP-Recorder / Makefile
1 PORTNAME=       HTTP-Recorder
2 PORTVERSION=    0.07
3 PORTREVISION=   1
4 CATEGORIES=     www perl5
5 MASTER_SITES=   CPAN
6 PKGNAMEPREFIX=  p5-
7
8 MAINTAINER=     perl@FreeBSD.org
9 COMMENT=        Record interaction with websites
10 WWW=            https://metacpan.org/release/HTTP-Recorder
11
12 BUILD_DEPENDS=  ${RUN_DEPENDS}
13 RUN_DEPENDS=    p5-HTML-Parser>=0:www/p5-HTML-Parser \
14                 p5-HTTP-Proxy>=0:www/p5-HTTP-Proxy \
15                 p5-HTTP-Request-Params>=0:www/p5-HTTP-Request-Params \
16                 p5-URI>=0:net/p5-URI \
17                 p5-libwww>=0:www/p5-libwww
18
19 USES=           perl5 dos2unix
20 USE_PERL5=      configure
21
22 post-patch:
23         @${RM} ${WRKSRC}/lib/HTTP/Recorder.pm.orig
24
25 .include <bsd.port.mk>