mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
18 lines
329 B
Makefile
18 lines
329 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= An UCSPI-based TCP forwarder
|
|
|
|
MAN1= urelay.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/urelay
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|