aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-JSON-DWIW/Makefile
blob: d47ef941e17e70ddadc3398b357468df6898be1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: chinsan
# $FreeBSD$

PORTNAME=   JSON-DWIW
PORTVERSION=    0.47
CATEGORIES= converters perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    JSON converter that Does What I Want

MAN3=       JSON::DWIW.3 JSON::DWIW::Boolean.3 JSON::DWIW::Changes.3

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>