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