18 lines
303 B
Makefile
18 lines
303 B
Makefile
# $OpenBSD: Makefile,v 1.13 2020/07/03 21:46:03 sthen Exp $
|
|
|
|
COMMENT= record interaction with websites
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = HTTP-Recorder-0.07
|
|
CATEGORIES= www
|
|
REVISION = 1
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= www/p5-HTTP-Request-Params \
|
|
www/p5-HTTP-Proxy
|
|
|
|
.include <bsd.port.mk>
|