openbsd-ports/www/p5-CGI-Untaint/Makefile
espie 7d6b32c835 update p5-Universal-exports, UNIVERSAL::require no longer included.
Update all dependencies accordingly, switch affected modules to cpan.
(after discussion with maintainers)
2006-11-17 16:02:48 +00:00

22 lines
461 B
Makefile

# $OpenBSD: Makefile,v 1.4 2006/11/17 16:02:48 espie 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>