18 lines
362 B
Makefile
18 lines
362 B
Makefile
# Created by: 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= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN3= Perl::Unsafe::Signals.3
|
|
|
|
.include <bsd.port.mk>
|