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:
parent
8e81eb9b42
commit
2f224ec529
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230299
@ -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
|
||||
|
28
devel/p5-Test-Declare/Makefile
Normal file
28
devel/p5-Test-Declare/Makefile
Normal 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>
|
3
devel/p5-Test-Declare/distinfo
Normal file
3
devel/p5-Test-Declare/distinfo
Normal 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
|
4
devel/p5-Test-Declare/pkg-descr
Normal file
4
devel/p5-Test-Declare/pkg-descr
Normal 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/
|
5
devel/p5-Test-Declare/pkg-plist
Normal file
5
devel/p5-Test-Declare/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user