2013-08-21 19:42:57 +02:00
|
|
|
# Created by: -
|
2001-05-02 07:52:29 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2011-11-24 17:45:41 +01:00
|
|
|
PORTNAME= Lingua-Ispell
|
|
|
|
PORTVERSION= 0.07
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 3
|
2011-11-24 17:45:41 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2001-05-02 07:52:29 +02:00
|
|
|
|
2011-11-24 17:45:41 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-08-21 19:17:25 +02:00
|
|
|
COMMENT= Perl module that encapsulates access to the Ispell program
|
2001-05-02 07:52:29 +02:00
|
|
|
|
2014-11-24 19:31:26 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2014-01-28 16:30:02 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell
|
2013-08-21 16:55:43 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2001-05-02 07:52:29 +02:00
|
|
|
|
2013-08-21 16:55:43 +02:00
|
|
|
REINPLACE_ARGS= -i ''
|
2013-08-21 16:08:06 +02:00
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
2001-05-02 07:52:29 +02:00
|
|
|
|
2011-11-24 17:45:41 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/lib/Lingua/Ispell.pm
|
2001-05-02 07:52:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|