Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= POE-Component-DirWatch |
8 |
PORTNAME= POE-Component-DirWatch |
9 |
PORTVERSION= 0.200000 |
9 |
PORTVERSION= 0.300000 |
10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
Lines 14-29
Link Here
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= POE directory watcher |
15 |
COMMENT= POE directory watcher |
16 |
|
16 |
|
17 |
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE |
17 |
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ |
|
|
18 |
${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \ |
19 |
${SITE_PERL}/MooseX/Types/Path/Class.pm:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ |
20 |
${SITE_PERL}/File/Signature.pm:${PORTSDIR}/sysutils/p5-File-Signature |
18 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
19 |
|
22 |
|
20 |
PERL_CONFIGURE= yes |
23 |
PERL_CONFIGURE= yes |
21 |
|
24 |
|
22 |
MAN3= POE::Component::DirWatch.3 \ |
25 |
MAN3= POE::Component::DirWatch.3 \ |
23 |
POE::Component::DirWatch::Modified.3 \ |
26 |
POE::Component::DirWatch::Modified.3 \ |
24 |
POE::Component::DirWatch::New.3 \ |
27 |
POE::Component::DirWatch::New.3 \ |
25 |
POE::Component::DirWatch::Role::AIO.3 \ |
28 |
POE::Component::DirWatch::Role::AIO.3 \ |
26 |
POE::Component::DirWatch::Role::Signatures.3 \ |
29 |
POE::Component::DirWatch::Role::Signatures.3 \ |
27 |
POE::Component::DirWatch::Unmodified.3 |
30 |
POE::Component::DirWatch::Unmodified.3 |
28 |
|
31 |
|
|
|
32 |
regression-test: |
33 |
@(cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} && ${MAKE} test) |
34 |
|
29 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |