27 lines
564 B
Makefile
27 lines
564 B
Makefile
# $OpenBSD: Makefile,v 1.37 2010/05/24 13:31:52 sthen Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = modules to parse and extract information from HTML
|
|
|
|
MODULES = cpan
|
|
DISTNAME = HTML-Parser-3.65
|
|
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>
|
|
|
|
# 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>
|