2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:46:53 ajacoutot Exp $
|
2006-12-17 13:09:41 -05:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= configurable web traversal engine
|
2006-12-17 13:09:41 -05:00
|
|
|
|
2007-01-16 09:47:09 -05:00
|
|
|
DISTNAME= WWW-Robot-0.025
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 0
|
2006-12-17 13:09:41 -05:00
|
|
|
CATEGORIES= www
|
|
|
|
|
2007-01-16 09:47:09 -05:00
|
|
|
# perl
|
2006-12-17 13:09:41 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= cpan
|
2010-11-22 03:36:47 -05:00
|
|
|
USE_GROFF = Yes
|
2006-12-17 13:09:41 -05:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= www/p5-HTML-Parser \
|
|
|
|
www/p5-HTML-Tree \
|
|
|
|
www/p5-URI \
|
|
|
|
www/p5-libwww
|
2006-12-17 13:09:41 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|