f1147a5d87
HTTP::Recorder acts as a web proxy that records interactions with web pages for use with WWW:Mechanize. from Sam Smith <s at msmith.net>
27 lines
513 B
Makefile
27 lines
513 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/01/15 16:21:47 sturm Exp $
|
|
|
|
COMMENT= "record interaction with websites"
|
|
|
|
DISTNAME= HTTP-Recorder-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
REGRESS_DEPENDS=${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::www/p5-HTTP-Request-Params
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|