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

(-)Makefile (-1 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	YAML-Tiny
8
PORTNAME=	YAML-Tiny
9
PORTVERSION=	1.50
9
PORTVERSION=	1.51
10
CATEGORIES=	textproc perl5
10
CATEGORIES=	textproc perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 14-19 Link Here
14
MAINTAINER=	ychsiao@ychsiao.org
14
MAINTAINER=	ychsiao@ychsiao.org
15
COMMENT=	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
TEST_DEPENDS=	p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
18
17
PERL_CONFIGURE=	yes
19
PERL_CONFIGURE=	yes
18
20
19
MAN3=		YAML::Tiny.3
21
MAN3=		YAML::Tiny.3
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (YAML-Tiny-1.50.tar.gz) = a379dfad04db22d70edc47c611765b401b5c03dbb08b817cd7c362e01ea5e129
1
SHA256 (YAML-Tiny-1.51.tar.gz) = 5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d
2
SIZE (YAML-Tiny-1.50.tar.gz) = 42411
2
SIZE (YAML-Tiny-1.51.tar.gz) = 43342

Return to bug 165990