0b23f829da
--- 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.
25 lines
506 B
Makefile
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>
|