head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.28.17.51.57;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.05.04.50.34;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.02.14.23.13;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CGI-Application-Plugin-JSON
# Date created:		2010-03-03
# Whom:			Steve Wills <steve@@mouf.net>
#
# $FreeBSD: head/www/p5-CGI-Application-Plugin-JSON/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Application-Plugin-JSON
PORTVERSION=	1.02
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	swills@@FreeBSD.org
COMMENT=	Easy manipulation of JSON headers for CGI::Application

BUILD_DEPENDS=	p5-CGI-Application>4.01:${PORTSDIR}/www/p5-CGI-Application \
		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
		p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any
RUN_DEPENDS=	p5-CGI-Application>4.01:${PORTSDIR}/www/p5-CGI-Application \
		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
		p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any

PERL_MODBUILD=	yes

MAN3=	CGI::Application::Plugin::JSON.3

.include <bsd.port.mk>
@


1.3
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: maintainer (via IRC)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Use my new address

Approved By:	pgollucci (mentor)
@
text
@d18 2
a19 2
		${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON \
		${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON-Any
d21 2
a22 2
		${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON \
		${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON-Any
@


1.1
log
@Easy manipulation of JSON headers for CGI::Application

WWW:	http://search.cpan.org/dist/CGI-Application-Plugin-JSON/

PR:		ports/145130
Submitted by:	Steve Wills <steve at mouf.net>
@
text
@d14 1
a14 1
MAINTAINER=	steve@@mouf.net
@

