ff6c57d83c
HTML-Scrubber is a module to sanitise and clean up fragments of html in a reliable and flexible fashion. from Sam Smith <s at msmith.net>
27 lines
493 B
Makefile
27 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/11/21 08:28:18 sturm Exp $
|
|
|
|
COMMENT= "HTML cleaning module"
|
|
|
|
DISTNAME= HTML-Scrubber-0.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::www/p5-HTML-Parser
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|