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

NO_STAGE=	yes
.include <bsd.port.mk>