opnsense-ports/devel/p5-Test-BinaryData/Makefile
Franco Fichtner 16e0086e42 */*: sync with upstream
Taken from: FreeBSD
2016-05-23 06:31:58 +02:00

26 lines
516 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-BinaryData
PORTVERSION= 0.014
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Compare two things, give hex dumps if they differ
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502200
TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>