aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Set-IntSpan/Makefile
blob: 4d45aba5eb64729a8be07f6060a5513b296dad1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    p5-Set-IntSpan
# Date created:     February 7, 1998
# Whom:         Don Croyle <croyle@gelemna.org>
#
# $FreeBSD$
#

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

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

PERL_CONFIGURE= yes

MAN3=       Set::IntSpan.3

.include <bsd.port.mk>