diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-Dependencies/Makefile | 29 | ||||
-rw-r--r-- | devel/p5-Test-Dependencies/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Test-Dependencies/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Test-Dependencies/pkg-plist | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f388862cc695..eee3e63b11e3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1305,6 +1305,7 @@ SUBDIR += p5-Test-Cmd SUBDIR += p5-Test-Data SUBDIR += p5-Test-Deep + SUBDIR += p5-Test-Dependencies SUBDIR += p5-Test-Differences SUBDIR += p5-Test-Exception SUBDIR += p5-Test-Expect diff --git a/devel/p5-Test-Dependencies/Makefile b/devel/p5-Test-Dependencies/Makefile new file mode 100644 index 000000000000..e2187987da3d --- /dev/null +++ b/devel/p5-Test-Dependencies/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-Test-Dependencies +# Date created: 2006-07-12 +# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Test-Dependencies +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= tjs@cdpa.nsysu.edu.tw +COMMENT= Ensure that your Makefile.PL specifies all module dependencies + +BUILD_DEPENDS= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ + ${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \ + ${SITE_PERL}/B/PerlReq.pm:${PORTSDIR}/devel/p5-rpm-build-perl \ + ${SITE_PERL}/PerlReq/Utils.pm:${PORTSDIR}/devel/p5-rpm-build-perl \ + ${SITE_PERL}/Test/Builder/Module.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Test::Dependencies.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Test-Dependencies/distinfo b/devel/p5-Test-Dependencies/distinfo new file mode 100644 index 000000000000..4c4da8208de9 --- /dev/null +++ b/devel/p5-Test-Dependencies/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-Dependencies-0.03.tar.gz) = 573d2e3177b53cf759dc5fe6f9cf8cc0 +SHA256 (Test-Dependencies-0.03.tar.gz) = 610be5d62d4699ed90a04d5f4d361bdc5e93a6fe0b4c3aa69998181eade5d37b +SIZE (Test-Dependencies-0.03.tar.gz) = 20783 diff --git a/devel/p5-Test-Dependencies/pkg-descr b/devel/p5-Test-Dependencies/pkg-descr new file mode 100644 index 000000000000..7e394b3dbffd --- /dev/null +++ b/devel/p5-Test-Dependencies/pkg-descr @@ -0,0 +1,4 @@ +Makes sure that all of the modules that are 'use'd are listed +in the Makefile.PL as dependencies. + +WWW: http://search.cpan.org/dist/Test-Dependencies/ diff --git a/devel/p5-Test-Dependencies/pkg-plist b/devel/p5-Test-Dependencies/pkg-plist new file mode 100644 index 000000000000..f3ab004187cf --- /dev/null +++ b/devel/p5-Test-Dependencies/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies/.packlist +%%SITE_PERL%%/Test/Dependencies.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dependencies +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test |