2013-08-02 20:52:07 +02:00
|
|
|
# Created by: lars.eggert@gmx.net
|
2005-03-09 10:02:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-Aspell
|
2007-10-11 14:22:43 +02:00
|
|
|
PORTVERSION= 0.09
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 3
|
2005-03-09 10:02:27 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2007-10-11 14:22:43 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-03-09 10:02:27 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-03-09 10:02:27 +01:00
|
|
|
COMMENT= Perl interface to the GNU Aspell library
|
|
|
|
|
2013-11-07 04:52:41 +01:00
|
|
|
LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell
|
2005-03-09 10:02:27 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-06-06 12:06:37 +02:00
|
|
|
CONFIGURE_ARGS+=INC=-I${LOCALBASE}/include \
|
|
|
|
"LIBS=-L${LOCALBASE}/lib -laspell"
|
2005-03-09 10:02:27 +01:00
|
|
|
|
2007-04-07 04:32:02 +02:00
|
|
|
.include <bsd.port.mk>
|