31e8bc690b
directories. PR: ports/148632 Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
26 lines
606 B
Makefile
26 lines
606 B
Makefile
# New ports collection makefile for: p5-File-Tail-Dir
|
|
# Date created: 2010-07-15
|
|
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-Tail-Dir
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= File
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jnlin@csie.nctu.edu.tw
|
|
COMMENT= Tail all matching files in a given set of directories
|
|
|
|
RUN_DEPENDS= p5-File-ChangeNotify>0:${PORTSDIR}/devel/p5-File-ChangeNotify \
|
|
p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
|
|
p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::Tail::Dir.3
|
|
|
|
.include <bsd.port.mk>
|