diff options
| author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-27 16:29:12 +0000 |
|---|---|---|
| committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-27 16:29:12 +0000 |
| commit | a8d57c3935d4c30ffb67d9a8302941c713cd1da7 (patch) | |
| tree | 595c2b91afdbb1c886307323d986e7f0a2a7e2a6 /net/p5-JavaScript-RPC/Makefile | |
| parent | 61f6af37f726c9a7b1191ac08ad6ede643270773 (diff) | |
Notes
Diffstat (limited to 'net/p5-JavaScript-RPC/Makefile')
| -rw-r--r-- | net/p5-JavaScript-RPC/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net/p5-JavaScript-RPC/Makefile b/net/p5-JavaScript-RPC/Makefile new file mode 100644 index 000000000000..c0d98b256e42 --- /dev/null +++ b/net/p5-JavaScript-RPC/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-JavaScript-RPC +# Date created: 30 March 2006 +# Whom: Tony Shadwick <tshadwick@oss-solutions.com> +# +# $FreeBSD$ +# + +PORTNAME= JavaScript-RPC +PORTVERSION= 0.1 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= JavaScript +PKGNAMEPREFIX= p5- + +MAINTAINER= tshadwick@oss-solutions.com +COMMENT= Remote procedure calls from JavaScript + +PERL_CONFIGURE= yes + +MAN3= JavaScript::RPC::Server::CGI.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires Perl 5.8.0 or superior. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> |
