Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Test-Bits / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Test-Bits
5 PORTVERSION=    0.02
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Provides a bits_is() subroutine for testing binary data
13
14 LICENSE=        ART20
15
16 BUILD_DEPENDS=  p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18 TEST_DEPENDS=   p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
19
20 USE_PERL5=      configure
21 USES=           perl5
22
23 .include <bsd.port.pre.mk>
24
25 .if ${PERL_LEVEL} < 502200
26 TEST_DEPENDS+=  p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
27 .endif
28
29 .include <bsd.port.post.mk>