blob: 61ca828e8f91dfbefbf2d05d098bcd63579a49a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.32
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>
|