head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.02.54;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.03.05.56.20;	author az;	state Exp;
branches;
next	1.10;

1.10
date	2012.01.21.17.39.06;	author eadler;	state Exp;
branches;
next	1.9;

1.9
date	2010.01.25.14.00.23;	author kuriyama;	state Exp;
branches;
next	1.8;

1.8
date	2010.01.09.23.28.21;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2009.04.27.14.54.04;	author tobez;	state Exp;
branches;
next	1.6;

1.6
date	2008.05.08.08.26.04;	author tobez;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.17.14.30.17;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2007.12.12.11.15.26;	author tobez;	state Exp;
branches;
next	1.3;

1.3
date	2007.05.31.10.18.28;	author tobez;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.22.12.34.45;	author tobez;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.27.10.46.15;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-Test-HTTP-Server-Simple
# Date created:				27 December 2005
# Whom:					Anton Berezin <tobez@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Test-HTTP-Server-Simple/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Test-HTTP-Server-Simple
PORTVERSION=	0.11
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@@FreeBSD.org
COMMENT=	Test::More functions for HTTP::Server::Simple

BUILD_DEPENDS=	p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
		p5-URI>0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Test::HTTP::Server::Simple.3

.include <bsd.port.mk>
@


1.11
log
@- Remove SITE_PERL from *_DEPENDS

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


1.10
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \
@


1.9
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 5).

Approved by:	portmgr (itetcu)
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.8
log
@- Update to 0.11

PR:             ports/141604
Approved by:    maintainer timeout (tobez@@FreeBSD.org; 25 days)
Submitted by:   myself (pgollucci@@)
@
text
@d10 1
d19 1
a19 3
		${SITE_PERL}/NEXT.pm:${PORTSDIR}/devel/p5-NEXT \
		p5-URI>0:${PORTSDIR}/net/p5-URI \
		${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple
@


1.7
log
@Update to 0.10.

Changes: http://search.cpan.org/dist/Test-HTTP-Server-Simple/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.10
@


1.6
log
@Update to 0.09.

Changes: http://search.cpan.org/dist/Test-HTTP-Server-Simple/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.09
@


1.5
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
@d9 1
a9 1
PORTVERSION=	0.06
@


1.4
log
@Update to 0.06.
Changes:
http://search.cpan.org/src/JESSE/Test-HTTP-Server-Simple-0.06/Changes
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Test
@


1.3
log
@Update to 0.05.  Remove remnants of 4.X support.

Changes: http://search.cpan.org/src/JESSE/Test-HTTP-Server-Simple-0.05/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.05
@


1.2
log
@Update to 0.03.
@
text
@d9 1
a9 1
PORTVERSION=	0.03
d20 1
d28 1
a28 7
.include <bsd.port.pre.mk>

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

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


1.1
log
@Add www/p5-Test-HTTP-Server-Simple 0.02, a Perl modules which provides
Test::More functions for HTTP::Server::Simple.
@
text
@d9 1
a9 1
PORTVERSION=	0.02
@

