23 lines
469 B
Makefile
23 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.5 2003/10/18 19:44:52 sturm Exp $
|
|
|
|
COMMENT= "perl module to detect dangerous HTML code"
|
|
|
|
VERSION= 0.90
|
|
DISTNAME= HTML-CGIChecker-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|