head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.53;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.17.06.50.17;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.08.13.20.14;	author az;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.30.13;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.11.38;	author linimon;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-SCGI
# Date created:				Fri Jan  5 13:55:53 EST 2007
# Whom:					Vivek Khera <vivek@@khera.org>
#
# $FreeBSD: head/www/p5-SCGI/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	SCGI
PORTVERSION=	0.6
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:VIPERCODE
PKGNAMEPREFIX=	p5-

MAINTAINER=	vivek@@khera.org
COMMENT=	SCGI server interface

PERL_MODBUILD=	yes

MAN3=	SCGI.3 SCGI::Request.3

PLIST_FILES=	${SITE_PERL_REL}/SCGI.pm ${SITE_PERL_REL}/SCGI/Request.pm
PLIST_DIRS=	${SITE_PERL_REL}/SCGI

.include <bsd.port.mk>
@


1.5
log
@- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
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.

With perl@@ hat
@
text
@d18 1
a18 1
PERL_MODBUILD=	5.8.0+
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/V/VI/VIPERCODE
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.1
log
@This Perl module is for implementing the SCGI interface for an application
server.  Essentially, it is a 'next generation' FastCGI type protocol.

WWW: http://python.ca/nas/scgi/protocol.txt

PR:		ports/107710
Submitted by:	Vivek Khera <vivek at khera.org>
@
text
@d18 1
a18 1
PERL_MODBUILD=	yes
d25 1
a25 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
IGNORE=	requires perl 5.8.0 or later.  Install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>
@

