d8709891bd
This collection of modules started out as modules which perform things (debatably) in a safer and taint-safe manner. Since then it's also grown to include functionality that fit into the same framework and conventions of the original modules, including keeping the debug hooks for command-line debugging.
18 lines
362 B
Makefile
18 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/08/20 20:05:54 simon Exp $
|
|
|
|
COMMENT = paranoia support for safer programs
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Paranoid-0.18
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|