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

(-)Makefile (-4 / +2 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	YAML-Tiny
8
PORTNAME=	YAML-Tiny
9
PORTVERSION=	1.25
9
PORTVERSION=	1.32
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=	ychsiao@ychsiao.org
14
MAINTAINER=	ychsiao@ychsiao.org
15
COMMENT=	YAML::Tiny - Read/Write YAML files with as little code as possible
15
COMMENT=	Read/Write YAML files with as little code as possible
16
16
17
PERL_CONFIGURE=	yes
17
PERL_CONFIGURE=	yes
18
18
19
BUILD_DEPENDS+=	p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base
20
21
MAN3=	YAML::Tiny.3
19
MAN3=	YAML::Tiny.3
22
20
23
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (YAML-Tiny-1.25.tar.gz) = 12d21c46c74b006a2f87c21f7a464f20
1
MD5 (YAML-Tiny-1.32.tar.gz) = 494c5d61d5f0321b59a5b40351e504f6
2
SHA256 (YAML-Tiny-1.25.tar.gz) = 3f780b2c0f1621141e8cba0b9d03d086b3f8b568541b5ba04350eed8434a8dc1
2
SHA256 (YAML-Tiny-1.32.tar.gz) = 16869250c6f6beeebd885dd7048992e474cabf1a86eab6f4c63fe57b033a8653
3
SIZE (YAML-Tiny-1.25.tar.gz) = 30017
3
SIZE (YAML-Tiny-1.32.tar.gz) = 32501

Return to bug 127802