6fb6597c89
With hat: perl
21 lines
435 B
Makefile
21 lines
435 B
Makefile
# 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= yes
|
|
|
|
MAN3= Perl::Unsafe::Signals.3
|
|
|
|
.include <bsd.port.mk>
|