mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
2e5d52002f
Changes: http://search.cpan.org/dist/YAML-Tiny/Changes PR: ports/158250 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
22 lines
409 B
Makefile
22 lines
409 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.50
|
|
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>
|