a3cf942ffe
work done by brad, tested by me this is also for MailScanner
25 lines
513 B
Makefile
25 lines
513 B
Makefile
# $OpenBSD: Makefile,v 1.31 2008/01/15 00:23:57 todd Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= modules to parse and extract information from HTML
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-Parser-3.56
|
|
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
|
|
|
|
.include <bsd.port.mk>
|