openbsd-ports/devel/p5-Taint-Runtime/Makefile
kevlo b30b5f8788 Initial import of Taint-Runtime 0.02.
This module aims to make using taint as painless as possible.
2006-09-26 13:46:27 +00:00

22 lines
442 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/09/26 13:46:27 kevlo Exp $
SHARED_ONLY= Yes
COMMENT= "runtime enable taint checking"
DISTNAME= Taint-Runtime-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Taint/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>