aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Devel-Caller-Perl/Makefile
blob: 3b55509fff41b55a019501e046a2c8a5f877e4b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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

USES=       perl5
USE_PERL5=  modbuild

MAN3=   Devel::Caller::Perl.3

.include <bsd.port.mk>