head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	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.8
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.10.18.42.27;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2012.03.20.01.20.07;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	2011.07.05.22.28.45;	author kuriyama;	state Exp;
branches;
next	1.4;

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

1.3
date	2011.02.25.14.58.11;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2010.08.15.12.05.47;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.02.05.07.10;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	CGI::Compile
# Date created:		02 Apr 2010
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-CGI-Compile/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Compile
PORTVERSION=	0.15
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension to compile .cgi scripts to a code reference

RUN_DEPENDS=	\
	p5-File-pushd>0:${PORTSDIR}/devel/p5-File-pushd
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	\
	p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \
	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires

PERL_CONFIGURE=	yes

MAN3=	CGI::Compile.3

.include <bsd.port.mk>
@


1.7
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Add test depends.

PR:		ports/166246
Submitted by:	swills
Feature safe:	yes
@
text
@d20 1
a20 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.5
log
@- Upgrade to 0.15.
@
text
@d21 3
@


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.
- Remove MD5 checksum
@
text
@d9 1
a9 1
PORTVERSION=	0.14
@


1.3
log
@- Upgrade to 0.14.
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/M/MI/MIYAGAWA
@


1.2
log
@- Upgrade to 0.12.
@
text
@d9 1
a9 1
PORTVERSION=	0.12
d12 1
@


1.1
log
@Compile .cgi scripts to a code reference like ModPerl::Registry.

WWW: http://search.cpan.org/dist/CGI-Compile/
@
text
@d9 1
a9 1
PORTVERSION=	0.11
@

