22 lines
458 B
Makefile
22 lines
458 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:24 sthen Exp $
|
|
|
|
COMMENT= module to parse the content of tables in HTML text
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-TableContentParser-0.13
|
|
REVISION= 1
|
|
CATEGORIES= www devel
|
|
|
|
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>
|