freebsd-ports/misc/p5-Array-IntSpan/Makefile

22 lines
464 B
Makefile

# 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
USES= perl5
USE_PERL5= configure
MAN3= Array::IntSpan.3 Array::IntSpan::Fields.3
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -i '' -e 's/3pm/3/g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>