summaryrefslogtreecommitdiff
path: root/devel/p5-B-Size2/Makefile
blob: 107b4e58d6a1236bbc615395b063b818ff94b0aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	B-Size2
PORTVERSION=	2.07
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension to measure size of Perl OPs and SVs
WWW=		https://metacpan.org/release/B-Size2

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>