ports/devel/p5-POE-Component-DirWatch/Makefile
2017-09-15 08:58:46 +00:00

27 lines
611 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= POE-Component-DirWatch
PORTVERSION= 0.300004
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= POE directory watcher
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-POE>=0.12:devel/p5-POE \
p5-Path-Class>0:devel/p5-Path-Class \
p5-MooseX-Types-Path-Class>0:devel/p5-MooseX-Types-Path-Class \
p5-File-Signature>0:sysutils/p5-File-Signature
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
INSTALL_TARGET= pure_install
NO_ARCH= yes
.include <bsd.port.mk>