aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON1/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /converters/p5-JSON1/Makefile
parent07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff)
Notes
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>