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

(-)Makefile (-4 / +5 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	Text-Hyphen
4
PORTNAME=	Text-Hyphen
5
PORTVERSION=	0.11
5
PORTVERSION=	0.2
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
CATEGORIES=	textproc perl5
7
CATEGORIES=	textproc perl5
8
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN
9
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
Lines 11-19 Link Here
11
MAINTAINER=	anes@anes.su
11
MAINTAINER=	anes@anes.su
12
COMMENT=	Determine positions for hyphens inside words
12
COMMENT=	Determine positions for hyphens inside words
13
13
14
LICENSE=	BSD
14
LICENSE=	BSD3CLAUSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
16
USE_PERL5=	configure
17
USES=		perl5
17
USES=		perl5
18
USE_PERL5=	modbuild
18
19
19
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (Text-Hyphen-0.11.tar.gz) = 4dcc4fb12d1fc64625e56078d3dcaef26e719ec0f7f5105c575e31a53a2fdae5
1
TIMESTAMP = 1506283018
2
SIZE (Text-Hyphen-0.11.tar.gz) = 30903
2
SHA256 (Text-Hyphen-0.2.tar.gz) = 94009b1c970afba6454376e099ee02491e379e4347111c29b4b1ba6855e015a8
3
SIZE (Text-Hyphen-0.2.tar.gz) = 23058

Return to bug 222575