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


1.5
date	2012.11.17.06.02.52;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.10.16.36.00;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2011.09.21.16.48.43;	author tabthorpe;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.20.09.22.11;	author az;	state Exp;
branches;
next	1.1;

1.1
date	2010.05.07.03.01.21;	author wen;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Nginx-ReadBody
# Date created:				2010-04-19
# Whom:					jupengfei <jupengfei@@gmail.com>
#
# $FreeBSD: head/www/p5-Nginx-ReadBody/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Nginx-ReadBody
PORTVERSION=	0.07
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:TPABA/Nginx
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Nginx embeded perl module to read and evaluate a request body

OPTIONS_DEFINE=	NGINX_DEVEL
NGINX_DEVEL_DESC=	Use nginx-devel

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNGINX_DEVEL}
RUN_DEPENDS+=	nginx:${PORTSDIR}/www/nginx-devel
.else
RUN_DEPENDS+=	nginx:${PORTSDIR}/www/nginx
.endif

PERL_CONFIGURE=	YES

pre-everything::
		@@${CAT} ${PKGMESSAGE}

MAN3=		Nginx::ReadBody.3 \
		Nginx::ReadBody::Russian.3

.include <bsd.port.mk>
@


1.4
log
@Convert to new optionsframework
portlint
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Reassign to the heap
@
text
@d18 2
a19 1
OPTIONS=	NGINX_DEVEL	"Use nginx-devel" off
d23 1
a23 1
.if defined(WITH_NGINX_DEVEL)
@


1.2
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d15 1
a15 1
MAINTAINER=	jupengfei@@gmail.com
@


1.1
log
@Nginx::ReadBody is a nginx web server embeded perl module to read
and evaluate a request body.

WWW: http://search.cpan.org/dist/Nginx-ReadBody/

PR:		ports/145899
Submitted by:	Ju Pengfei <jupengfei@@gmail.com>
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/T/TP/TPABA/Nginx
@

