mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Add p5-Test-HexDifferences 1.000
Test::HexDifferences tests binary as hexadecimal string. WWW: http://search.cpan.org/dist/Test-HexDifferences/
This commit is contained in:
parent
7597ed8665
commit
2f74ba0f9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412383
@ -3219,6 +3219,7 @@
|
||||
SUBDIR += p5-Test-Harness
|
||||
SUBDIR += p5-Test-Harness-Straps
|
||||
SUBDIR += p5-Test-HasVersion
|
||||
SUBDIR += p5-Test-HexDifferences
|
||||
SUBDIR += p5-Test-HexString
|
||||
SUBDIR += p5-Test-Identity
|
||||
SUBDIR += p5-Test-If
|
||||
|
35
devel/p5-Test-HexDifferences/Makefile
Normal file
35
devel/p5-Test-HexDifferences/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test-HexDifferences
|
||||
PORTVERSION= 1.000
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Test binary as hexadecimal string
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
|
||||
p5-Test-Differences>=0.60:devel/p5-Test-Differences \
|
||||
p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
|
||||
p5-Text-Diff>=0:textproc/p5-Text-Diff
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Test::Builder::Module 0.99+ (in core since 5.19.5) and
|
||||
# Test::Tester (in core since 5.21.6) are required
|
||||
.if ${PERL_LEVEL} < 502200
|
||||
BUILD_DEPENDS+= p5-Test-Simple>=0.99:devel/p5-Test-Simple
|
||||
RUN_DEPENDS+= p5-Test-Simple>=0.99:devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
devel/p5-Test-HexDifferences/distinfo
Normal file
2
devel/p5-Test-HexDifferences/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Test-HexDifferences-1.000.tar.gz) = c9cc863f8c88b251a8cf80c7f30ec77b71a350a64179e72fc02bbbac12c952d9
|
||||
SIZE (Test-HexDifferences-1.000.tar.gz) = 12164
|
3
devel/p5-Test-HexDifferences/pkg-descr
Normal file
3
devel/p5-Test-HexDifferences/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Test::HexDifferences tests binary as hexadecimal string.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-HexDifferences/
|
4
devel/p5-Test-HexDifferences/pkg-plist
Normal file
4
devel/p5-Test-HexDifferences/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/Test/HexDifferences.pm
|
||||
%%SITE_PERL%%/Test/HexDifferences/HexDump.pm
|
||||
%%PERL5_MAN3%%/Test::HexDifferences.3.gz
|
||||
%%PERL5_MAN3%%/Test::HexDifferences::HexDump.3.gz
|
Loading…
Reference in New Issue
Block a user