diff options
author | az <az@FreeBSD.org> | 2013-09-10 15:12:35 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 15:12:35 +0800 |
commit | 8097b663e50ab32273b5f98b9a338bc90d672cc4 (patch) | |
tree | 93d2de2f9a4bf6801932ddc030f955193b833745 /converters/p5-JSON1 | |
parent | 891b9180e52d3411847318aa83e36de37c7508c6 (diff) | |
download | freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.tar.gz freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.tar.zst freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'converters/p5-JSON1')
-rw-r--r-- | converters/p5-JSON1/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 <kuriyama@FreeBSD.org> -# # $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 \ |