aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-JSON1/Makefile')
-rw-r--r--converters/p5-JSON1/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/converters/p5-JSON1/Makefile b/converters/p5-JSON1/Makefile
deleted file mode 100644
index f4411be5b745..000000000000
--- a/converters/p5-JSON1/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: JSON
-# Date created: 19 Aug 2005
-# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= JSON
-PORTVERSION= 1.14
-CATEGORIES= converters perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MAKAMAKA
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= kuriyama@FreeBSD.org
-COMMENT= Perl extension to convert to JSON (JavaScript Object Notation)
-
-BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-MAN3= Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \
- JSON::PP.3 JSON::PP5005.3 JSON::PP56.3 JSON::Parser.3 \
- JSONRPC.3 JSONRPC::Transport::HTTP.3
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
-.endif
-
-.include <bsd.port.post.mk>