Tweak math/geg version 1.0.2_7
[dports.git] / math / p5-Set-IntSpan-Fast-XS / Makefile
1 # Created by: Anton Berezin <tobez@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Set-IntSpan-Fast-XS
5 PORTVERSION=    0.05
6 CATEGORIES=     math perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     Set
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     tobez@FreeBSD.org
12 COMMENT=        Faster Set::IntSpan::Fast
13
14 BUILD_DEPENDS=  p5-Data-Swap>=0.07:${PORTSDIR}/devel/p5-Data-Swap \
15                 p5-Set-IntSpan-Fast>=1.13:${PORTSDIR}/math/p5-Set-IntSpan-Fast
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>