Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Test-BinaryData / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Test-BinaryData
5 PORTVERSION=    0.014
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Compare two things, give hex dumps if they differ
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 USE_PERL5=      configure
18 USES=           perl5
19
20 .include <bsd.port.pre.mk>
21
22 .if ${PERL_LEVEL} < 502200
23 TEST_DEPENDS+=  p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
24 .endif
25
26 .include <bsd.port.post.mk>