head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	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.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.10.18.42.36;	author swills;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.05.11.46.48;	author az;	state Exp;
branches;
next	1.6;

1.6
date	2008.03.25.09.56.21;	author lth;	state Exp;
branches;
next	1.5;

1.5
date	2007.07.29.18.38.17;	author lth;	state Exp;
branches;
next	1.4;

1.4
date	2006.11.16.21.21.56;	author lth;	state Exp;
branches;
next	1.3;

1.3
date	2006.07.22.13.05.44;	author lth;	state Exp;
branches;
next	1.2;

1.2
date	2006.06.18.20.19.52;	author lth;	state Exp;
branches;
next	1.1;

1.1
date	2005.04.02.15.14.47;	author lth;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-HTTP-Server-Simple-Static
# Date created:				30 March 2005
# Whom:					Lars Thegler <lth@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-HTTP-Server-Simple-Static/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTTP-Server-Simple-Static
PORTVERSION=	0.07
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	HTTP
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@@FreeBSD.org
COMMENT=	Serve static files with HTTP::Server::Simple

RUN_DEPENDS=	p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
		p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \
		p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_MODBUILD=	yes

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

.include <bsd.port.mk>
@


1.8
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.7
log
@- Remove SITE_PERL from *_DEPENDS

Approved by:	maintainer (lth@@ via email)
@
text
@d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.6
log
@Update to 0.07
@
text
@d18 4
a21 4
RUN_DEPENDS=	${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \
		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
		${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types \
		${SITE_PERL}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
@


1.5
log
@- Update to 0.06
- Remove 4.x cruft
@
text
@d9 1
a9 1
PORTVERSION=	0.06
@


1.4
log
@Update to 0.05
@
text
@d9 1
a9 1
PORTVERSION=	0.05
d28 1
a28 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE=	requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@


1.3
log
@Update to 0.04

PR:		ports/100665
Submitted by:	Jin-Shan Tseng <tjs@@cdpa.nsysu.edu.tw>
@
text
@d9 1
a9 1
PORTVERSION=	0.04
d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.2
log
@Update to 0.03

PR:		ports/99107
Submitted by:	aaron
@
text
@d9 1
a9 1
PORTVERSION=	0.03
@


1.1
log
@Add p5-HTTP-Server-Simple-Static 0.02, serve static files with
HTTP::Server::Simple.
@
text
@d9 1
a9 1
PORTVERSION=	0.02
@

