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> |