eb47748678
from wen heping, maintainer timed-out
27 lines
544 B
Makefile
27 lines
544 B
Makefile
# $OpenBSD: Makefile,v 1.43 2011/05/25 16:49:14 jasper Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = modules to parse and extract information from HTML
|
|
|
|
MODULES = cpan
|
|
DISTNAME = HTML-Parser-3.68
|
|
CATEGORIES = www
|
|
|
|
RUN_DEPENDS = www/p5-HTML-Tagset>=3
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
REGRESS_DEPENDS = www/p5-URI \
|
|
www/p5-libwww
|
|
|
|
MAINTAINER = Srebrenko Sehic <haver@insecure.dk>
|
|
|
|
# Perl
|
|
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>
|