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

(-)./Makefile (-6 / +7 lines)
Lines 6-25 Link Here
6
#
6
#
7
7
8
PORTNAME=	Lingua-Identify
8
PORTNAME=	Lingua-Identify
9
PORTVERSION=	0.50
9
PORTVERSION=	0.51
10
CATEGORIES=	textproc perl5
10
CATEGORIES=	textproc perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
13
13
14
MAINTAINER=	tobez@FreeBSD.org
14
MAINTAINER=	tobez@FreeBSD.org
15
COMMENT=	Lingua::Identify - Language identification
15
COMMENT=	Lingua::Identify - Language identification
16
TAGS=		lang detect identify
17
16
18
COMMON_DEPENDS=	p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \
17
RUN_DEPENDS=	p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \
19
		p5-Text-Affixes>=0.04:${PORTSDIR}/textproc/p5-Text-Affixes \
18
		p5-Text-Affixes>=0.04:${PORTSDIR}/textproc/p5-Text-Affixes \
20
		p5-Text-Ngram>=0.03:${PORTSDIR}/textproc/p5-Text-Ngram
19
		p5-Text-Ngram>=0.03:${PORTSDIR}/textproc/p5-Text-Ngram
21
BUILD_DEPENDS=	${COMMON_DEPENDS}
20
BUILD_DEPENDS=	${RUN_DEPENDS}
22
RUN_DEPENDS=	${COMMON_DEPENDS}
21
22
TAGS=		lang detect identify
23
23
24
PERL_CONFIGURE=	yes
24
PERL_CONFIGURE=	yes
25
25
Lines 47-52 Link Here
47
	Lingua::Identify::SL.3 \
47
	Lingua::Identify::SL.3 \
48
	Lingua::Identify::SQ.3 \
48
	Lingua::Identify::SQ.3 \
49
	Lingua::Identify::SV.3 \
49
	Lingua::Identify::SV.3 \
50
	Lingua::Identify::TR.3
50
	Lingua::Identify::TR.3 \
51
	Lingua::Identify::UK.3
51
52
52
.include <bsd.port.mk>
53
.include <bsd.port.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Lingua-Identify-0.50.tar.gz) = bd86c26df3bbe1d2e6702f7c45add6cea733f349cd32a6259dca2031a0a2e93d
1
SHA256 (Lingua-Identify-0.51.tar.gz) = c4ce30ec01668505a08b7ddcf90d4a8c9479b9d96a1939b4cfc6e75a21b129d8
2
SIZE (Lingua-Identify-0.50.tar.gz) = 158842
2
SIZE (Lingua-Identify-0.51.tar.gz) = 162395
(-)./pkg-plist (+1 lines)
Lines 24-29 Link Here
24
%%SITE_PERL%%/Lingua/Identify/SQ.pm
24
%%SITE_PERL%%/Lingua/Identify/SQ.pm
25
%%SITE_PERL%%/Lingua/Identify/SV.pm
25
%%SITE_PERL%%/Lingua/Identify/SV.pm
26
%%SITE_PERL%%/Lingua/Identify/TR.pm
26
%%SITE_PERL%%/Lingua/Identify/TR.pm
27
%%SITE_PERL%%/Lingua/Identify/UK.pm
27
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Identify/.packlist
28
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Identify/.packlist
28
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Identify
29
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Identify
29
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
30
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua

Return to bug 168101