aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Array-IntSpan/Makefile
blob: fa3221b30b45f35af1e623b04b306ad214979a4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$

PORTNAME=   Array-IntSpan
PORTVERSION=    2.003
CATEGORIES= misc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Module for handling arrays using IntSpan techniques

LICENSE=    ART10

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>