2010-12-03 11:46:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:52 ajacoutot Exp $
|
2004-06-30 08:29:04 +00:00
|
|
|
|
2007-09-15 20:38:20 +00:00
|
|
|
COMMENT= module to parse the content of tables in HTML text
|
2004-06-30 08:29:04 +00:00
|
|
|
|
2007-01-16 17:52:06 +00:00
|
|
|
MODULES= cpan
|
2004-06-30 08:29:04 +00:00
|
|
|
DISTNAME= HTML-TableContentParser-0.13
|
2010-12-03 11:46:46 +00:00
|
|
|
REVISION= 2
|
2007-10-04 21:23:41 +00:00
|
|
|
CATEGORIES= www devel
|
2010-10-19 08:02:53 +00:00
|
|
|
USE_GROFF = Yes
|
2004-06-30 08:29:04 +00:00
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
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
|
2006-12-17 20:13:33 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2004-06-30 08:29:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|