711db22861
Security fix: http://permalink.gmane.org/gmane.comp.security.oss.general/2237 From Cesare Gargano, thanks. Looks ok landry@
27 lines
538 B
Makefile
27 lines
538 B
Makefile
# $OpenBSD: Makefile,v 1.35 2009/10/26 09:03:34 pea Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= modules to parse and extract information from HTML
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-Parser-3.63
|
|
CATEGORIES= www
|
|
|
|
RUN_DEPENDS= :p5-HTML-Tagset->=3:www/p5-HTML-Tagset
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
REGRESS_DEPENDS=::www/p5-URI \
|
|
::www/p5-libwww
|
|
|
|
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_ENV+= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|