freebsd-ports/textproc/p5-YAML-Tiny/Makefile
Sahil Tandon a543470f59 - Update to 1.43
PR:		ports/149194
Submitted by:	Frederic Culot <frederic@culot.org>
Approved by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
2010-08-11 03:30:35 +00:00

21 lines
408 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.43
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Read/Write YAML files with as little code as possible
PERL_CONFIGURE= yes
MAN3= YAML::Tiny.3
.include <bsd.port.mk>