1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add p5-Test-Declare 0.03, perl extension for declarative testing.

This commit is contained in:
Jun Kuriyama 2009-03-17 14:53:05 +00:00
parent 8e81eb9b42
commit 2f224ec529
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230299
5 changed files with 41 additions and 0 deletions

View File

@ -1829,6 +1829,7 @@
SUBDIR += p5-Test-Compile
SUBDIR += p5-Test-Data
SUBDIR += p5-Test-Debugger
SUBDIR += p5-Test-Declare
SUBDIR += p5-Test-Deep
SUBDIR += p5-Test-Dependencies
SUBDIR += p5-Test-Differences

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: Test::Declare
# Date created: 17 Mar 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-Declare
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for declarative testing
RUN_DEPENDS= \
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
p5-PPI>0:${PORTSDIR}/textproc/p5-PPI \
p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::Declare.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Test-Declare-0.03.tar.gz) = e6694417a6d6497297e2a0935a080d9e
SHA256 (Test-Declare-0.03.tar.gz) = 1cd040d271513670ac118a2afcdeb3449a971ad5bfdbb1c62ed453f70716ee06
SIZE (Test-Declare-0.03.tar.gz) = 43870

View File

@ -0,0 +1,4 @@
Test::More and Test::Exception and Test::Deep wrapper module for
declarative testing.
WWW: http://search.cpan.org/dist/Test-Declare/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Declare/.packlist
%%SITE_PERL%%/Test/Declare.pm
@dirrmtry %%SITE_PERL%%/Test
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Declare
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test