1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add p5-Test-Data 1.18, test functions for particular variable types.

This commit is contained in:
Lars Thegler 2006-03-18 12:33:32 +00:00
parent 9d3b8fd43b
commit 559d2fa969
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157533
5 changed files with 54 additions and 0 deletions

View File

@ -1195,6 +1195,7 @@
SUBDIR += p5-Test-Class
SUBDIR += p5-Test-ClassAPI
SUBDIR += p5-Test-Cmd
SUBDIR += p5-Test-Data
SUBDIR += p5-Test-Deep
SUBDIR += p5-Test-Differences
SUBDIR += p5-Test-Exception

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: devel/p5-Test-Data
# Date created: 18 March 2006
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-Data
PORTVERSION= 1.18
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Test functions for particular variable types
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::Data.3 \
Test::Data::Array.3 \
Test::Data::Function.3 \
Test::Data::Hash.3 \
Test::Data::Scalar.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Test-Data-1.18.tar.gz) = 10100a5da3fcfc6a99ad85c6b1d96790
SHA256 (Test-Data-1.18.tar.gz) = 58727ac621a111b3710326be9f3ff899c5f2863cde628cd7f66806c0f5be49e1
SIZE (Test-Data-1.18.tar.gz) = 10287

View File

@ -0,0 +1,4 @@
Test::Data provides utility functions to check properties and values
of data and variables.
WWW: http://search.cpan.org/dist/Test-Data/

View File

@ -0,0 +1,10 @@
%%SITE_PERL%%/Test/Data.pm
%%SITE_PERL%%/Test/Data/Array.pm
%%SITE_PERL%%/Test/Data/Function.pm
%%SITE_PERL%%/Test/Data/Hash.pm
%%SITE_PERL%%/Test/Data/Scalar.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Data/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Data
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test/Data
@dirrmtry %%SITE_PERL%%/Test