2013-09-10 18:48:41 +02:00
|
|
|
# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
2006-07-17 20:23:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= YAML-Tiny
|
2016-02-27 05:44:01 +01:00
|
|
|
PORTVERSION= 1.69
|
2006-07-17 20:23:22 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-02-25 14:33:39 +01:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-17 20:23:22 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
2008-10-08 16:14:45 +02:00
|
|
|
COMMENT= Read/Write YAML files with as little code as possible
|
2006-07-17 20:23:22 +02:00
|
|
|
|
2013-09-20 10:10:31 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2013-09-10 18:48:41 +02:00
|
|
|
USES= perl5
|
2015-04-20 03:19:10 +02:00
|
|
|
USE_PERL5= configure
|
2016-02-27 05:44:01 +01:00
|
|
|
NO_ARCH= yes
|
2015-04-20 03:19:10 +02:00
|
|
|
|
2016-02-27 05:44:01 +01:00
|
|
|
.include <bsd.port.mk>
|