aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-YAML-Tiny/Makefile
blob: 6a616ebcfeed8be20a5506825c2623e4976f79f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    p5-YAML-Tiny
# Date created:     2006-07-17
# Whom:         Yuan-Chung Hsiao <ychsiao@ychsiao.org>
#
# $FreeBSD$
#

PORTNAME=   YAML-Tiny
PORTVERSION=    1.25
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= ychsiao@ychsiao.org
COMMENT=    YAML::Tiny - Read/Write YAML files with as little code as possible

PERL_CONFIGURE= yes

BUILD_DEPENDS+= p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base

MAN3=   YAML::Tiny.3

.include <bsd.port.mk>