blob: 7c9860d35d1b877745265a4d8510426e9a09eab0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= Devel-Caller-Perl
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to implement Devel::Caller with Perl only
WWW= https://metacpan.org/release/Devel-Caller-Perl
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
|