aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Recorder/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-24 19:17:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-24 19:17:53 +0000
commitf2a5392b233c819757a47a122c9d3fc760133df6 (patch)
tree25ae372b8cad1ba5c0d70e28598375ac4f387a7f /www/p5-HTTP-Recorder/Makefile
parent46ce3512d4b54ca6c3060dc802c22bf034e44c41 (diff)
downloadports-f2a5392b233c819757a47a122c9d3fc760133df6.tar.gz
ports-f2a5392b233c819757a47a122c9d3fc760133df6.zip
- Update to 0.06
- Use USE_DOS2UNIX to remove trailing ^M Changes: http://search.cpan.org/dist/HTTP-Recorder/CHANGES
Notes
Notes: svn path=/head/; revision=295425
Diffstat (limited to 'www/p5-HTTP-Recorder/Makefile')
-rw-r--r--www/p5-HTTP-Recorder/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/www/p5-HTTP-Recorder/Makefile b/www/p5-HTTP-Recorder/Makefile
index cb7dc4f74195..6a23f4aff209 100644
--- a/www/p5-HTTP-Recorder/Makefile
+++ b/www/p5-HTTP-Recorder/Makefile
@@ -6,26 +6,28 @@
#
PORTNAME= HTTP-Recorder
-PORTVERSION= 0.05
-PORTREVISION= 1
+PORTVERSION= 0.06
CATEGORIES= www perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:LEIRA
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Record interaction with websites
-BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
- ${SITE_PERL}/HTTP/Request/Params.pm:${PORTSDIR}/www/p5-HTTP-Request-Params
+BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+ p5-HTTP-Proxy>=0:${PORTSDIR}/www/p5-HTTP-Proxy \
+ p5-HTTP-Request-Params>=0:${PORTSDIR}/www/p5-HTTP-Request-Params \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+USE_DOS2UNIX= yes
+MAN1= httprecorder.1
MAN3= HTTP::Recorder.3
post-patch:
- ${RM} -f ${WRKSRC}/lib/HTTP/Recorder.pm.orig
+ @${RM} -f ${WRKSRC}/lib/HTTP/Recorder.pm.orig
.include <bsd.port.mk>