mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
486fa1350e
stack backtraces.
22 lines
416 B
Makefile
22 lines
416 B
Makefile
# New ports collection makefile for: Carp::Always
|
|
# Date created: 21 Jan 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Carp-Always
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to warn and die noisily with stack backtraces
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Carp::Always.3
|
|
|
|
.include <bsd.port.mk>
|