2010-12-03 11:46:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2010/12/03 11:46:52 ajacoutot Exp $
|
2001-05-06 04:22:45 +00:00
|
|
|
|
2007-09-15 20:38:20 +00:00
|
|
|
COMMENT= perl parser that builds an HTML tree
|
2001-01-21 19:39:53 +00:00
|
|
|
|
2007-01-16 17:52:06 +00:00
|
|
|
MODULES= cpan
|
2007-05-27 10:00:42 +00:00
|
|
|
DISTNAME= HTML-Tree-3.23
|
2010-12-03 11:46:46 +00:00
|
|
|
REVISION= 0
|
2007-01-16 17:52:06 +00:00
|
|
|
CATEGORIES= www
|
2010-10-19 08:02:53 +00:00
|
|
|
USE_GROFF = Yes
|
2002-11-30 20:00:35 +00:00
|
|
|
|
2007-05-27 10:00:42 +00:00
|
|
|
# Perl
|
2001-01-21 19:39:53 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
RUN_DEPENDS= www/p5-HTML-Parser>=2.19
|
2004-06-26 07:35:05 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2002-11-30 20:00:35 +00:00
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
REGRESS_DEPENDS= devel/p5-Test-Pod
|
2006-09-30 14:05:38 +00:00
|
|
|
|
2001-01-21 19:39:53 +00:00
|
|
|
.include <bsd.port.mk>
|