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

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

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

PERL_CONFIGURE=	yes
USES=		perl5
USE_PERL5=	configure

MAN3=	Array::IntSpan.3 Array::IntSpan::Fields.3

post-patch:
	@${REINPLACE_CMD} -i '' -e 's/3pm/3/g' ${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>