openbsd-ports/www/p5-HTML-TableExtract/Makefile
avsm 8cff4e3e79 initial import of p5-HTML-TableExtract-1.06
--
HTML::TableExtract is a module that simplifies the extraction of
information contained in tables within HTML documents.

Tables of note may be specified using Headers, Depth, Count, or
some combination of the three.
2001-01-19 12:41:01 +00:00

25 lines
595 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/01/19 12:41:01 avsm Exp $
DISTNAME= HTML-TableExtract-1.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
NEED_VERSION= 1.351
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl
BUILD_DEPENDS= ${PERL_MODULES}/${ARCH}-openbsd/HTML/Entities.pm::www/p5-HTML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>