ba8add3ebb
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here (ok naddy@)
22 lines
461 B
Makefile
22 lines
461 B
Makefile
# $OpenBSD: Makefile,v 1.5 2007/09/15 20:38:23 merdely Exp $
|
|
|
|
COMMENT= taint checking and input validation from web forms
|
|
|
|
MODULES= cpan
|
|
DISTNAME= CGI-Untaint-1.26
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::devel/p5-Universal-require
|
|
|
|
.include <bsd.port.mk>
|