freebsd-ports/textproc/p5-Lingua-Ispell/Makefile

28 lines
576 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: -
# $FreeBSD$
PORTNAME= Lingua-Ispell
PORTVERSION= 0.07
PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl module that encapsulates access to the Ispell program
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
RUN_DEPENDS:= ${BUILD_DEPENDS}
REINPLACE_ARGS= -i ''
2013-08-21 16:08:06 +02:00
USE_PERL5= configure
USES= perl5
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/lib/Lingua/Ispell.pm
.include <bsd.port.mk>