diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-01 21:40:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-01 21:40:53 +0000 |
commit | 42214ae51b5e7f44a77052fe712def21eb7f2d0f (patch) | |
tree | 9a452c18f74c4416d7da65a092819ed7a4890242 /textproc/p5-TOML | |
parent | 48dc073802cd1a66d300e08cdcb625f85fa7f516 (diff) |
Notes
Diffstat (limited to 'textproc/p5-TOML')
-rw-r--r-- | textproc/p5-TOML/Makefile | 14 | ||||
-rw-r--r-- | textproc/p5-TOML/distinfo | 5 |
2 files changed, 12 insertions, 7 deletions
diff --git a/textproc/p5-TOML/Makefile b/textproc/p5-TOML/Makefile index 25cbfce0fca4..af75d2f43312 100644 --- a/textproc/p5-TOML/Makefile +++ b/textproc/p5-TOML/Makefile @@ -2,19 +2,23 @@ # $FreeBSD$ PORTNAME= TOML -PORTVERSION= 0.92 -PORTREVISION= 1 +PORTVERSION= 0.97 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DARREN +MASTER_SITE_SUBDIR= CPAN:KARUPA PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Parser for Tom's Obvious, Minimal Language (TOML) +COMMENT= Parser for Tom's Obvious, Minimal Language (TOML) #' LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure +BUILD_DEPENDS= p5-TOML-Parser>=0.04:textproc/p5-TOML-Parser +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= modbuildtiny USES= perl5 .include <bsd.port.mk> diff --git a/textproc/p5-TOML/distinfo b/textproc/p5-TOML/distinfo index 71553cc1041d..44052a025a8c 100644 --- a/textproc/p5-TOML/distinfo +++ b/textproc/p5-TOML/distinfo @@ -1,2 +1,3 @@ -SHA256 (TOML-0.92.tar.gz) = 1808984d17f34ab972bd595a5e86fc6c2593db9f6a6956474bcc3640d3c633ed -SIZE (TOML-0.92.tar.gz) = 12734 +TIMESTAMP = 1483253107 +SHA256 (TOML-0.97.tar.gz) = 7fd5d02140ec0ca2abba1a7e8d0abc9be025404fc72516f0db4ea1fe2dd51c37 +SIZE (TOML-0.97.tar.gz) = 12492 |