aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Tree-Simple/Makefile
blob: 4ade8e0cc0f17cb69a3f8276d1130a95ecba59ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	Tree-Simple
PORTVERSION=	1.34
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Simple tree object
WWW=		https://metacpan.org/release/Tree-Simple

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

TEST_DEPENDS=	p5-Test-Exception>=0.15:devel/p5-Test-Exception

USES=		perl5 tar:tgz
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>