05866963a8
- bump NEED_VERSION -- HTML::TokeParser's get_tag() method now takes multiple tags to match. Hopefully the documentation is also a bit clearer. #define PERL_NO_GET_CONTEXT: Should speed up things for thread enabled versions of perl. Quote some more entities that also happens to be perl keywords. This avoids warnings on perl-5.004. Unicode entities only triggered for perl-5.7.0 or higher.
23 lines
536 B
Makefile
23 lines
536 B
Makefile
# $OpenBSD: Makefile,v 1.3 2000/12/27 21:52:07 avsm Exp $
|
|
|
|
DISTNAME= HTML-Parser-3.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
NEED_VERSION= 1.348
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= HTML
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/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>
|