mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
96f5f60fa0
PR: 55405 Submitted by: maintainer
24 lines
460 B
Makefile
24 lines
460 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: pen
|
|
# Date created: Nov 13, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pen
|
|
PORTVERSION= 0.10.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://siag.nu/pub/pen/ \
|
|
http://siag.nu/pub/pen/
|
|
|
|
MAINTAINER= dominic.marks@btinternet.com
|
|
COMMENT= A load balancer for "simple" tcp based protocols
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-daemon
|
|
|
|
MAN1= mergelogs.1 pen.1 penctl.1 penlog.1 penlogd.1
|
|
|
|
.include <bsd.port.mk>
|