aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Set-IntSpan/Makefile
blob: baa9e9f4881152dec5d0258d2314ec1f94bd87f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Don Croyle <croyle@gelemna.org>
# $FreeBSD$

PORTNAME=   Set-IntSpan
PORTVERSION=    1.19
CATEGORIES= math perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= danilo@FreeBSD.org
COMMENT=    Manages sets of integers

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>