df4e1203e4
ok jasper@ (final commit)
23 lines
436 B
Makefile
23 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.24 2010/12/03 11:46:52 ajacoutot Exp $
|
|
|
|
COMMENT= perl parser that builds an HTML tree
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-Tree-3.23
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= www/p5-HTML-Parser>=2.19
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
REGRESS_DEPENDS= devel/p5-Test-Pod
|
|
|
|
.include <bsd.port.mk>
|