2013-08-05 17:05:29 +02:00
|
|
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
2007-02-15 21:44:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Set-IntSpan-Fast
|
2009-01-09 12:07:24 +01:00
|
|
|
PORTVERSION= 1.15
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2007-02-15 21:44:56 +01:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-02-15 21:44:56 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2018-09-10 13:16:59 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2007-02-15 21:44:56 +01:00
|
|
|
COMMENT= Fast handling of sets containing integer spans
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Data-Types>=0:devel/p5-Data-Types
|
2007-02-15 21:44:56 +01:00
|
|
|
|
2013-08-05 17:05:29 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2007-02-15 21:44:56 +01:00
|
|
|
|
2007-05-31 12:13:38 +02:00
|
|
|
.include <bsd.port.mk>
|