1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/p5-Test-JSON/Makefile

30 lines
677 B
Makefile
Raw Normal View History

2007-04-26 20:40:01 +00:00
# New ports collection makefile for: devel/p5-Test-JSON
# Date created: 26 April 2007
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-JSON
2009-07-07 09:47:24 +00:00
PORTVERSION= 0.10
PORTREVISION= 1
2007-04-26 20:40:01 +00:00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
2009-07-07 09:47:24 +00:00
DISTNAME= ${PORTNAME}-${DISTVERSION:C/0$//}
2007-04-26 20:40:01 +00:00
MAINTAINER= lth@FreeBSD.org
COMMENT= Test JSON data
RUN_DEPENDS= p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences \
p5-Test-Tester>=0.10.3:${PORTSDIR}/devel/p5-Test-Tester \
2009-07-07 09:47:24 +00:00
p5-JSON-Any>=1.20:${PORTSDIR}/converters/p5-JSON-Any
2007-04-26 20:40:01 +00:00
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::JSON.3
.include <bsd.port.mk>