openbsd-ports/www/p5-HTML-CGIChecker/Makefile
shell 0b23f829da Initial import of HTML-CGIChecker-0.90
---

HTML::CGIChecker is a module for web developers to parse HTML and
to detect HTML code that could break a page in some way.

This module is not a HTML validator, but it allows one to check the
HTML code that users post to a web application, for example to a
discussion board, to prevent them to post a piece of code that would
render the rest of a page it is displayed on unusable.
2001-08-15 06:48:01 +00:00

25 lines
506 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/08/15 06:48:01 shell Exp $
COMMENT= "perl module to detect dangerous HTML code"
VERSION= 0.90
DISTNAME= HTML-CGIChecker-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= www security perl5
NEED_VERSION= 1.435
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>