2002-07-06 12:10:09 +02:00
|
|
|
# New ports collection makefile for: POE-Component-DirWatch
|
|
|
|
# Date created: 06 July 2002
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-DirWatch
|
2010-11-15 14:47:46 +01:00
|
|
|
PORTVERSION= 0.300000
|
2002-07-06 12:10:09 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-07-06 12:10:09 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-01-10 04:54:09 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= POE directory watcher
|
2002-07-06 12:10:09 +02:00
|
|
|
|
2010-11-15 14:47:46 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
|
|
|
${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \
|
|
|
|
${SITE_PERL}/MooseX/Types/Path/Class.pm:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
|
|
|
|
${SITE_PERL}/File/Signature.pm:${PORTSDIR}/sysutils/p5-File-Signature
|
2002-07-06 12:10:09 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2010-11-15 14:47:46 +01:00
|
|
|
INSTALL_TARGET= pure_install
|
2002-07-06 12:10:09 +02:00
|
|
|
|
2010-11-15 14:47:46 +01:00
|
|
|
MAN3= POE::Component::DirWatch.3 \
|
2009-07-03 22:09:25 +02:00
|
|
|
POE::Component::DirWatch::Modified.3 \
|
|
|
|
POE::Component::DirWatch::New.3 \
|
|
|
|
POE::Component::DirWatch::Role::AIO.3 \
|
|
|
|
POE::Component::DirWatch::Role::Signatures.3 \
|
|
|
|
POE::Component::DirWatch::Unmodified.3
|
2002-07-06 12:10:09 +02:00
|
|
|
|
2010-11-15 14:47:46 +01:00
|
|
|
regression-test:
|
|
|
|
@(cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} && ${MAKE} test)
|
|
|
|
|
2002-07-06 12:10:09 +02:00
|
|
|
.include <bsd.port.mk>
|