d41cffa53e
higher up in the call stack. WWW: http://search.cpan.org/dist/Devel-Caller-Perl/ Feature safe: yes
21 lines
429 B
Makefile
21 lines
429 B
Makefile
# New ports collection makefile for: Devel::Caller::Perl
|
|
# Date created: 15 Sep 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-Caller-Perl
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to implement Devel::Caller with Perl only
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Devel::Caller::Perl.3
|
|
|
|
.include <bsd.port.mk>
|