mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
16 lines
304 B
Makefile
16 lines
304 B
Makefile
# Created by: Peter Pentchev <roam@FreeBSD.org>
|
|
|
|
PORTNAME= urelay
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://devel.ringlet.net/net/urelay/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= UCSPI-based TCP forwarder
|
|
|
|
USES= uidfix
|
|
PLIST_FILES= bin/urelay \
|
|
man/man1/urelay.1.gz
|
|
|
|
.include <bsd.port.mk>
|