freebsd-ports/textproc/p5-Text-Aspell/Makefile

22 lines
444 B
Makefile
Raw Normal View History

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