mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Syntactic sugar for Test::Mini
WWW: http://search.cpan.org/dist/Test-Mini-Unit/ PR: ports/154199 Submitted by: Kurt Lidl <kurt.lidl at cello.com> Feature safe: yes
This commit is contained in:
parent
e6a49fa893
commit
05b8c7c174
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268434
@ -2284,6 +2284,7 @@
|
||||
SUBDIR += p5-Test-Manifest
|
||||
SUBDIR += p5-Test-Memory-Cycle
|
||||
SUBDIR += p5-Test-Mini
|
||||
SUBDIR += p5-Test-Mini-Unit
|
||||
SUBDIR += p5-Test-Mock-LWP
|
||||
SUBDIR += p5-Test-MockModule
|
||||
SUBDIR += p5-Test-MockObject
|
||||
|
25
devel/p5-Test-Mini-Unit/Makefile
Normal file
25
devel/p5-Test-Mini-Unit/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Test-Mini-Unit
|
||||
# Date created: 2011-01-13
|
||||
# Whom: Kurt Lidl <kurt.lidl@cello.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-Mini-Unit
|
||||
PORTVERSION= v1.0.1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN/../../authors/id/P/PV/PVANDE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kurt.lidl@cello.com
|
||||
COMMENT= Declarative syntactic sugar for Test::Mini
|
||||
|
||||
BUILD_DEPENDS= p5-Devel-Declare>=0.6.0:${PORTSDIR}/devel/p5-Devel-Declare \
|
||||
p5-Test-Mini>=v1.1.1:${PORTSDIR}/devel/p5-Test-Mini
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::Mini::README.3 \
|
||||
Test::Mini::Unit.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Mini-Unit/distinfo
Normal file
2
devel/p5-Test-Mini-Unit/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Test-Mini-Unit-v1.0.1.tar.gz) = deceb39636b870a7a101e318636f3e79255f8e3e948456e21505e773a0a35844
|
||||
SIZE (Test-Mini-Unit-v1.0.1.tar.gz) = 11141
|
3
devel/p5-Test-Mini-Unit/pkg-descr
Normal file
3
devel/p5-Test-Mini-Unit/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Syntactic sugar for Test::Mini
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Mini-Unit/
|
17
devel/p5-Test-Mini-Unit/pkg-plist
Normal file
17
devel/p5-Test-Mini-Unit/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
%%SITE_PERL%%/Test/Mini/README.pod
|
||||
%%SITE_PERL%%/Test/Mini/Unit.pm
|
||||
%%SITE_PERL%%/Test/Mini/Unit.pod
|
||||
%%SITE_PERL%%/Test/Mini/Unit/SharedBehavior.pm
|
||||
%%SITE_PERL%%/Test/Mini/Unit/Sugar/Advice.pm
|
||||
%%SITE_PERL%%/Test/Mini/Unit/Sugar/Reuse.pm
|
||||
%%SITE_PERL%%/Test/Mini/Unit/Sugar/Shared.pm
|
||||
%%SITE_PERL%%/Test/Mini/Unit/Sugar/Test.pm
|
||||
%%SITE_PERL%%/Test/Mini/Unit/Sugar/TestCase.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Mini/Unit/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Mini/Unit
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Mini
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/Test/Mini/Unit/Sugar
|
||||
@dirrmtry %%SITE_PERL%%/Test/Mini/Unit
|
||||
@dirrmtry %%SITE_PERL%%/Test/Mini
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
Loading…
Reference in New Issue
Block a user