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

(-)/hd1/p5-Test-Dependencies/Makefile (-3 / +6 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	Test-Dependencies
8
PORTNAME=	Test-Dependencies
9
PORTVERSION=	0.08
9
PORTVERSION=	0.11
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Test
12
MASTER_SITE_SUBDIR=	Test
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	tjs@cdpa.nsysu.edu.tw
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Ensure that your Makefile.PL specifies all module dependencies
16
COMMENT=	Ensure that your Makefile.PL specifies all module dependencies
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/B/PerlReq.pm:${PORTSDIR}/devel/p5-rpm-build-perl \
18
BUILD_DEPENDS=	${SITE_PERL}/B/PerlReq.pm:${PORTSDIR}/devel/p5-rpm-build-perl \
Lines 20-31 Link Here
20
		${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \
20
		${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \
21
		${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \
21
		${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \
22
		${SITE_PERL}/PerlReq/Utils.pm:${PORTSDIR}/devel/p5-rpm-build-perl \
22
		${SITE_PERL}/PerlReq/Utils.pm:${PORTSDIR}/devel/p5-rpm-build-perl \
23
		${SITE_PERL}/Pod/Strip.pm:${PORTSDIR}/textproc/p5-Pod-Strip \
23
		p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple \
24
		p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple \
24
    		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
25
    		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
25
RUN_DEPENDS=	${BUILD_DEPENDS}
26
RUN_DEPENDS=	${BUILD_DEPENDS}
26
27
27
PERL_CONFIGURE=	yes
28
PERL_CONFIGURE=	yes
28
29
29
MAN3=		Test::Dependencies.3
30
MAN3=		Test::Dependencies.3 \
31
		Test::Dependencies::Heavy.3 \
32
		Test::Dependencies::Light.3
30
33
31
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)/hd1/p5-Test-Dependencies/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Test-Dependencies-0.08.tar.gz) = f97407ac1c4ff4caec8e43faf35eca75
1
MD5 (Test-Dependencies-0.11.tar.gz) = f092f03973d5f5d1f8ef0e730f957771
2
SHA256 (Test-Dependencies-0.08.tar.gz) = bfd8c70245c679bcbeb33775a2c547bbec1446faf0ec3b7c8c5cbe16dbeaa6ba
2
SHA256 (Test-Dependencies-0.11.tar.gz) = 8389994895eed6c92e77ac7875a328f17a8ca322a7a4d64e220b2f9fb8a596b6
3
SIZE (Test-Dependencies-0.08.tar.gz) = 21807
3
SIZE (Test-Dependencies-0.11.tar.gz) = 23838
(-)/hd1/p5-Test-Dependencies/pkg-plist (-1 / +4 lines)
Lines 1-6 Link Here
1
@comment $FreeBSD: ports/devel/p5-Test-Dependencies/pkg-plist,v 1.2 2006/07/20 03:39:39 clsung Exp $
1
@comment $FreeBSD: ports/devel/p5-Test-Dependencies/pkg-plist,v 1.2 2006/07/20 03:39:39 clsung Exp $
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies/.packlist
3
%%SITE_PERL%%/Test/Dependencies.pm
3
%%SITE_PERL%%/Test/Dependencies.pm
4
%%SITE_PERL%%/Test/Dependencies/Heavy.pm
5
%%SITE_PERL%%/Test/Dependencies/Light.pm
6
@dirrmtry %%SITE_PERL%%/Test/Dependencies
7
@dirrmtry %%SITE_PERL%%/Test
4
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies
8
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies
5
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
9
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
6
@dirrmtry %%SITE_PERL%%/Test

Return to bug 119401