mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port: p5-Test-More-UTF8.
Test::More::UTF8 is an enhancement of Test::More for UTF8-based projects.
This commit is contained in:
parent
037bb9ed44
commit
3f1dd51ead
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249564
@ -2083,6 +2083,7 @@
|
||||
SUBDIR += p5-Test-MockRandom
|
||||
SUBDIR += p5-Test-MockTime
|
||||
SUBDIR += p5-Test-Module-Used
|
||||
SUBDIR += p5-Test-More-UTF8
|
||||
SUBDIR += p5-Test-Most
|
||||
SUBDIR += p5-Test-NoWarnings
|
||||
SUBDIR += p5-Test-Number-Delta
|
||||
|
25
devel/p5-Test-More-UTF8/Makefile
Normal file
25
devel/p5-Test-More-UTF8/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: devel/p5-Test-More-UTF8
|
||||
# Date created: 11 Feb 2010
|
||||
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-More-UTF8
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Enhancing Test::More for UTF8-based projects
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/ex/lib.pm:${PORTSDIR}/devel/p5-ex-lib
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::More::UTF8.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-More-UTF8/distinfo
Normal file
3
devel/p5-Test-More-UTF8/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Test-More-UTF8-0.02.tar.gz) = ea10fbffc0f893e7517a6e0287bd0cb5
|
||||
SHA256 (Test-More-UTF8-0.02.tar.gz) = 3130dbd45f40f4bdd63bad71b181a7311260d8023f5a0ae0a984e41044716d39
|
||||
SIZE (Test-More-UTF8-0.02.tar.gz) = 19473
|
3
devel/p5-Test-More-UTF8/pkg-descr
Normal file
3
devel/p5-Test-More-UTF8/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Test::More::UTF8 is an enhancement of Test::More for UTF8-based projects.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-More-UTF8/
|
7
devel/p5-Test-More-UTF8/pkg-plist
Normal file
7
devel/p5-Test-More-UTF8/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Test/More/UTF8.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/More/UTF8/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/More/UTF8
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/More
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/Test/More
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
Loading…
Reference in New Issue
Block a user