forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
16 lines
316 B
Makefile
16 lines
316 B
Makefile
# Created by: Peter Pentchev <roam@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|