From 8097b663e50ab32273b5f98b9a338bc90d672cc4 Mon Sep 17 00:00:00 2001 From: az Date: Tue, 10 Sep 2013 07:12:35 +0000 Subject: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) --- converters/p5-JSON1/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'converters/p5-JSON1') diff --git a/converters/p5-JSON1/Makefile b/converters/p5-JSON1/Makefile index 3762ab2ff237..fa2be37a8d4f 100644 --- a/converters/p5-JSON1/Makefile +++ b/converters/p5-JSON1/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: JSON -# Date created: 19 Aug 2005 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= JSON PORTVERSION= 1.15 @@ -18,7 +13,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} CONFLICTS= p5-JSON-2.* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure NO_LATEST_LINK= yes MAN3= Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \ JSON::PP.3 JSON::PP5005.3 JSON::PP56.3 JSON::Parser.3 \ -- cgit