diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /converters/p5-JSON1/Makefile | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'.release/5.5.0
Notes
Notes:
svn path=/head/; revision=158034
svn path=/tags/RELEASE_5_5_0/; revision=158035; tag=release/5.5.0
Diffstat (limited to 'converters/p5-JSON1/Makefile')
-rw-r--r-- | converters/p5-JSON1/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/converters/p5-JSON1/Makefile b/converters/p5-JSON1/Makefile deleted file mode 100644 index e9edc6079dff..000000000000 --- a/converters/p5-JSON1/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: JSON -# Date created: 19 Aug 2005 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= JSON -PORTVERSION= 1.03 -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::Parser.3 \ - JSONRPC.3 JSONRPC::Transport::HTTP.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm -.endif - -.include <bsd.port.post.mk> |