2005-03-09 10:02:27 +01:00
|
|
|
# New ports collection makefile for: textproc/p5-Text-Aspell
|
|
|
|
# Date created: 4 March 2005
|
|
|
|
# Whom: lars.eggert@gmx.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Aspell
|
2007-10-11 14:22:43 +02:00
|
|
|
PORTVERSION= 0.09
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
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-
|
|
|
|
|
2006-07-11 17:12:15 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2005-03-09 10:02:27 +01:00
|
|
|
COMMENT= Perl interface to the GNU Aspell library
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
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
|
|
|
|
|
|
|
MAN3= Text::Aspell.3
|
|
|
|
|
2007-04-07 04:32:02 +02:00
|
|
|
.include <bsd.port.mk>
|