aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Ispell/Makefile
blob: 8de1a88965c0f8162e18fd8e0a2e82feb5fa7426 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: -
# $FreeBSD$

PORTNAME=	Lingua-Ispell
PORTVERSION=	0.07
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Perl module that encapsulates access to the Ispell program

BUILD_DEPENDS=	${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
RUN_DEPENDS:=	${BUILD_DEPENDS}

REINPLACE_ARGS=	-i ''
USE_PERL5=	configure
USES=		perl5

MAN3=		Lingua::Ispell.3

NO_STAGE=	yes
post-patch:
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/lib/Lingua/Ispell.pm

.include <bsd.port.mk>