90e9b44223
from maintainer Sam Smith <S at msmith.net>
27 lines
532 B
Makefile
27 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/04/24 20:03:17 sturm Exp $
|
|
|
|
COMMENT= "taint checking and input validation from web forms"
|
|
|
|
DISTNAME= CGI-Untaint-1.25
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
|
|
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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::devel/p5-Universal-exports
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|