mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to 0.97
- Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/TOML/Changes
This commit is contained in:
parent
48dc073802
commit
42214ae51b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430295
@ -2,19 +2,23 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= TOML
|
PORTNAME= TOML
|
||||||
PORTVERSION= 0.92
|
PORTVERSION= 0.97
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= CPAN:DARREN
|
MASTER_SITE_SUBDIR= CPAN:KARUPA
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
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= 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
|
USES= perl5
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
SHA256 (TOML-0.92.tar.gz) = 1808984d17f34ab972bd595a5e86fc6c2593db9f6a6956474bcc3640d3c633ed
|
TIMESTAMP = 1483253107
|
||||||
SIZE (TOML-0.92.tar.gz) = 12734
|
SHA256 (TOML-0.97.tar.gz) = 7fd5d02140ec0ca2abba1a7e8d0abc9be025404fc72516f0db4ea1fe2dd51c37
|
||||||
|
SIZE (TOML-0.97.tar.gz) = 12492
|
||||||
|
Loading…
Reference in New Issue
Block a user