openbsd-ports/www/p5-HTML-Tree/Makefile
avsm f5fb9f4a2d - import of p5-HTML-Tree-3.09
--
This is a collection of modules that represent, create, and extract
information from HTML syntax trees.  These modules used to be part
of the libwww-perl distribution, but are now unbundled in order to
facilitate a separate development track.  Bug reports and discussions
about these modules can still be sent to the <libwww@perl.org>
mailing list, or to <sburke@cpan.org>.
2001-01-21 19:39:53 +00:00

25 lines
645 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/01/21 19:39:53 avsm Exp $
DISTNAME= HTML-Tree-3.09
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 \
${PERL_MODULES}/HTML/Tagset.pm::www/p5-HTML-Tagset
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>