mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
42 lines
981 B
Makefile
42 lines
981 B
Makefile
# New ports collection makefile for: perlbal
|
|
# Date created: 2005-08-08
|
|
# Whom: Jacques Marneweck <jacques@php.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Perlbal
|
|
PORTVERSION= 1.72
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Reverse-proxy load balancer and webserver
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \
|
|
${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \
|
|
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
|
${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
USE_RC_SUBR= perlbal
|
|
|
|
MAN1= perlbal.1
|
|
MAN3= Perlbal.3 \
|
|
Perlbal::Plugin::Palimg.3 \
|
|
Perlbal::Plugin::Cgilike.3 \
|
|
Perlbal::Plugin::Include.3 \
|
|
Perlbal::Test.3 \
|
|
Perlbal::Util.3
|
|
|
|
.ifndef NOPORTDOCS
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|