freebsd-ports/textproc/p5-TOML/Makefile
Sunpoet Po-Chuan Hsieh 199ebc221f - Add p5-TOML 0.92
TOML implements a parser for Tom's Obvious, Minimal Language, as defined at [1].
TOML exports two subroutines, from_toml and to_toml.

[1] https://github.com/mojombo/toml

WWW: http://search.cpan.org/dist/TOML/
2014-05-15 11:28:16 +00:00

19 lines
369 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= TOML
PORTVERSION= 0.92
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DARREN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parser for Tom's Obvious, Minimal Language (TOML)
LICENSE= GPLv2
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>