2005-03-09 13:28:36 +01:00
|
|
|
|
# New ports collection makefile for: p5-Apache-GopherHandler
|
|
|
|
|
# Date created: 2004-03-31
|
|
|
|
|
# Whom: Toni Viemer<65> <toni.viemero@iki.fi>
|
|
|
|
|
#
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
PORTNAME= Apache-GopherHandler
|
|
|
|
|
PORTVERSION= 0.1
|
|
|
|
|
CATEGORIES= www net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
|
MASTER_SITES= CPAN
|
2005-03-09 13:28:36 +01:00
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
|
|
MAINTAINER= toni.viemero@iki.fi
|
|
|
|
|
COMMENT= Gopher protocol implementation for Apache2
|
|
|
|
|
|
2005-08-31 19:58:10 +02:00
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
|
2005-03-09 13:28:36 +01:00
|
|
|
|
${SITE_PERL}/Gopher/Server/ParseRequest.pm:${PORTSDIR}/net/p5-Gopher-Server
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
|
|
|
|
|
MAN3= Apache::GopherHandler.3 \
|
|
|
|
|
Apache::GopherHandler::TiedSocket.3
|
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
|
.include <bsd.port.mk>
|