openbsd-ports/www/p5-HTML-TableContentParser/Makefile
ajacoutot df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00

23 lines
476 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:52 ajacoutot Exp $
COMMENT= module to parse the content of tables in HTML text
MODULES= cpan
DISTNAME= HTML-TableContentParser-0.13
REVISION= 2
CATEGORIES= www devel
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= www/p5-HTML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>