16 lines
242 B
Makefile
16 lines
242 B
Makefile
|
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>
|