da9ceb05fa
This module is to parse the content of tables in HTML text.
25 lines
537 B
Makefile
25 lines
537 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/06/30 08:29:04 kevlo Exp $
|
|
|
|
COMMENT= "module to parse the content of tables in HTML text"
|
|
|
|
DISTNAME= HTML-TableContentParser-0.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
BUILD_DEPENDS= ::www/p5-HTML-Parser
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|