2002-12-29 15:03:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2002/12/29 15:03:57 fgsch Exp $
|
2001-08-15 06:48:01 +00:00
|
|
|
|
|
|
|
COMMENT= "perl module to detect dangerous HTML code"
|
|
|
|
|
|
|
|
VERSION= 0.90
|
|
|
|
DISTNAME= HTML-CGIChecker-${VERSION}
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= www security perl5
|
|
|
|
|
2002-05-15 17:58:49 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
2001-08-15 06:48:01 +00:00
|
|
|
|
|
|
|
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>
|