aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-JSON-Syck/Makefile
blob: 52830e6e95f94bba94a894aa6c4c5ebb146d64e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    textproc/p5-JSON-Syck
# Date created:             10 January 2006
# Whom:                 Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   JSON-Syck
PORTVERSION=    0.07
CATEGORIES= textproc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
PKGNAMEPREFIX=  p5-

MAINTAINER= tobez@FreeBSD.org
COMMENT=    Fast, lightweight JSON loader and dumper

BUILD_DEPENDS=  \
    p5-Storable>0:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       JSON::Syck.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=     requires perl 5.6.1 or later. Install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>