aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Tail-Dir/Makefile
blob: 7e2f0ad46a83615f6b8afea912022df452e30f55 (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
# Created by: Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>

PORTNAME=	File-Tail-Dir
PORTVERSION=	0.14
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	jnlin@freebsd.cs.nctu.edu.tw
COMMENT=	Tail all matching files in a given set of directories

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-File-ChangeNotify>0:devel/p5-File-ChangeNotify \
		p5-Moose>0:devel/p5-Moose \
		p5-YAML>0:textproc/p5-YAML

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>