23 lines
449 B
Makefile
23 lines
449 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/17 18:09:41 jasper Exp $
|
||
|
|
||
|
COMMENT= "configurable web traversal engine"
|
||
|
|
||
|
DISTNAME= WWW-Robot-0.024
|
||
|
CATEGORIES= www
|
||
|
|
||
|
# Artistic + GPL
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
RUN_DEPENDS= ::www/p5-HTML-Parser \
|
||
|
::www/p5-HTML-Tree \
|
||
|
::www/p5-URI \
|
||
|
::www/p5-libwww
|
||
|
|
||
|
.include <bsd.port.mk>
|