freebsd-ports/textproc/p5-YAML-Tiny/Makefile
Cheng-Lung Sung dd44111d21 - Update to 1.13
PR:		ports/114885
Submitted by:	clsung
Approved by:	maintainer (Yuan-Chung Hsiao)
2007-07-30 02:21:06 +00:00

28 lines
599 B
Makefile

# 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.13
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= YAML
PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= YAML::Tiny - Read/Write YAML files with as little code as possible
PERL_CONFIGURE= yes
MAN3= YAML::Tiny.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
BUILD_DEPENDS= p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base
.endif
.include <bsd.port.post.mk>