summaryrefslogtreecommitdiff
path: root/www/p5-Apache-GopherHandler/Makefile
blob: 7b47146ce976c5f2350efe04666fe6146d668a69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	p5-Apache-GopherHandler
# Date created:				2004-03-31
# Whom:					Toni Viemer� <toni.viemero@iki.fi>
#
# $FreeBSD$
#

PORTNAME=	Apache-GopherHandler
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	www net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	toni.viemero@iki.fi
COMMENT=	Gopher protocol implementation for Apache2

RUN_DEPENDS=	${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
		p5-Gopher-Server>=0:${PORTSDIR}/net/p5-Gopher-Server
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_MODBUILD=	yes
USE_APACHE=	22+

MAN3=		Apache::GopherHandler.3 \
		Apache::GopherHandler::TiedSocket.3

.include <bsd.port.mk>