17 lines
329 B
Makefile
17 lines
329 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/07/13 20:14:24 sthen Exp $
|
|
|
|
COMMENT= perl module to detect dangerous HTML code
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-CGIChecker-0.90
|
|
REVISION= 0
|
|
CATEGORIES= www security
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|