2013-09-11 08:27:41 +02:00
|
|
|
# Created by: Zane C, Bowers <vvelox@vvelox.net>
|
2009-09-30 16:21:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-SpellChecker-GUI
|
2012-05-16 10:29:36 +02:00
|
|
|
PORTVERSION= 0.0.2
|
2009-09-30 16:21:44 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:03:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
2009-09-30 16:21:44 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
|
|
COMMENT= Implements a user interface to Text::SpellChecker using ZConf::GUI
|
|
|
|
|
2012-06-30 18:51:46 +02:00
|
|
|
BUILD_DEPENDS= p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \
|
|
|
|
p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
|
|
|
|
p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
|
|
|
|
p5-Text-SpellChecker>=0:${PORTSDIR}/textproc/p5-Text-SpellChecker
|
2009-09-30 16:21:44 +02:00
|
|
|
|
2013-09-11 08:27:41 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-09-30 16:21:44 +02:00
|
|
|
|
|
|
|
MAN3= Text::SpellChecker::GUI.3 \
|
|
|
|
Text::SpellChecker::GUI::Curses.3
|
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2009-09-30 16:21:44 +02:00
|
|
|
.include <bsd.port.mk>
|