openbsd-ports/www/p5-HTML-SimpleParse/Makefile
simon fa2e7279f1 import p5-HTML-SimpleParse
This module is a simple HTML parser.  It is similar in concept to
HTML::Parser, but it differs from HTML::TreeBuilder in a couple of
important ways.

ok merdely@
2007-09-23 22:31:28 +00:00

20 lines
370 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/09/23 22:31:28 simon Exp $
COMMENT= bare-bones HTML parser
MODULES= cpan
DISTNAME= HTML-SimpleParse-0.12
CATEGORIES= www
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>