View | Details | Raw Unified | Return to bug 152149
Collapse All | Expand All

(-)/tmp/p5-POE-Component-DirWatch/Makefile (-3 / +9 lines)
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>
(-)/tmp/p5-POE-Component-DirWatch/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (POE-Component-DirWatch-0.200000.tar.gz) = 5472a95eae213ffc1334a6aae54b07f1
1
SHA256 (POE-Component-DirWatch-0.300000.tar.gz) = be32b8d81a466a19bb49915e9f426d40aa30804c11d82b6d86179702d76377f4
2
SHA256 (POE-Component-DirWatch-0.200000.tar.gz) = c4adb502b74f617769a0fb395c8b020351a31c2cdd69d60974ce9e9f2d1f23a9
2
SIZE (POE-Component-DirWatch-0.300000.tar.gz) = 25991
3
SIZE (POE-Component-DirWatch-0.200000.tar.gz) = 20033
(-)/tmp/p5-POE-Component-DirWatch/pkg-plist (+1 lines)
Lines 1-3 Link Here
1
@comment $FreeBSD$
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/DirWatch/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/DirWatch/.packlist
2
%%SITE_PERL%%/POE/Component/DirWatch.pm
3
%%SITE_PERL%%/POE/Component/DirWatch.pm
3
%%SITE_PERL%%/POE/Component/DirWatch/Role/AIO.pm
4
%%SITE_PERL%%/POE/Component/DirWatch/Role/AIO.pm

Return to bug 152149