2012-10-13 02:02:08 +02:00
|
|
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
2005-12-28 10:46:03 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= YAML-Syck
|
2013-05-21 10:46:11 +02:00
|
|
|
PORTVERSION= 1.27
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2005-12-28 10:46:03 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-28 10:46:03 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2006-04-07 15:02:59 +02:00
|
|
|
COMMENT= Fast, lightweight YAML and JSON loader and dumper
|
|
|
|
|
2013-08-05 17:05:29 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-09-22 13:40:44 +02:00
|
|
|
CONFIGURE_ARGS+= < /dev/null
|
2005-12-28 10:46:03 +01:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|