aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Dancer2-Plugin-Path-Class/Makefile
blob: b98096e0d6a9dfec6ebb54dda1cc0d6ff4490bf4 (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
PORTNAME=	Dancer2-Plugin-Path-Class
PORTVERSION=	0.08
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	List a directory using Path::Class

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

TEST_DEPENDS=	p5-Path-Tiny>=0:devel/p5-Path-Tiny
BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Dancer2>=0.166000:www/p5-Dancer2 \
		p5-MIME-Types>=0:mail/p5-MIME-Types \
		p5-Path-Class>=0:devel/p5-Path-Class \
		p5-Format-Human-Bytes>=0:converters/p5-Format-Human-Bytes

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>