1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/converters/p5-JSON-Tiny/Makefile
2017-11-13 19:35:40 +00:00

23 lines
408 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= JSON-Tiny
PORTVERSION= 0.58
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Minimalistic JSON
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-Pod>=1.26:devel/p5-Test-Pod
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>