aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Types-Path-Tiny/Makefile
blob: b60cac28fc96e076ba2d2df0a106a714772ea177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	Types-Path-Tiny
PORTVERSION=	0.006
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Path::Tiny types and coercions for Moose and Moo
WWW=		https://metacpan.org/release/Types-Path-Tiny

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Path-Tiny>=0:devel/p5-Path-Tiny \
		p5-Type-Tiny>=0.008:devel/p5-Type-Tiny
TEST_DEPENDS=	p5-File-pushd>=0:devel/p5-File-pushd

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>