# New ports collection makefile for:	p5-Perl-Unsafe-Signals
# Date created:				19 Oct 2010
# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Perl-Unsafe-Signals
PORTVERSION=	0.02
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Allow unsafe handling of signals in selected blocks

PERL_CONFIGURE=	5.8.0+

MAN3=		Perl::Unsafe::Signals.3

.include <bsd.port.mk>