View | Details | Raw Unified | Return to bug 167419
Collapse All | Expand All

(-)./Makefile (-2 / +8 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Text-SpellChecker-GUI
8
PORTNAME=	Text-SpellChecker-GUI
9
PORTVERSION=	0.0.1
9
PORTVERSION=	0.0.2
10
CATEGORIES=	textproc perl5
10
CATEGORIES=	textproc perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	CPAN:VVELOX
12
MASTER_SITE_SUBDIR=	CPAN:VVELOX
Lines 25-28 Link Here
25
MAN3=		Text::SpellChecker::GUI.3 \
25
MAN3=		Text::SpellChecker::GUI.3 \
26
		Text::SpellChecker::GUI::Curses.3
26
		Text::SpellChecker::GUI::Curses.3
27
27
28
.include <bsd.port.mk>
28
.include <bsd.port.pre.mk>
29
# One of it's dependency is p5-GSSAPI which is marked broken for 7.X
30
.if ${OSVERSION} < 800000
31
BROKEN=	Does not work on FreeBSD 7.x
32
.endif
33
34
.include <bsd.port.post.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Text-SpellChecker-GUI-0.0.1.tar.gz) = 0a2cdb32e0347158f337c61e8274fdbe8ba91edae2953b4ad3e594e1daed7ae4
1
SHA256 (Text-SpellChecker-GUI-0.0.2.tar.gz) = f43c8066fb08514b51a2d6136f5de5c0a6407c6cbaa639b265b7f681ec2a9107
2
SIZE (Text-SpellChecker-GUI-0.0.1.tar.gz) = 7968
2
SIZE (Text-SpellChecker-GUI-0.0.2.tar.gz) = 8007
(-)./pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
3
4
textspellchecker - Spell checker script.
4
textspellchecker - Spell checker script.
5
5
6
WWW: http://search.cpan.org/dist/Text-SpellChecker-GUI
6
WWW: http://search.cpan.org/dist/Text-SpellChecker-GUI/

Return to bug 167419