freebsd-ports/net/simpleproxy/Makefile

18 lines
309 B
Makefile
Raw Normal View History

# Created by: Sergey Kandaurov <pluknet@gmail.com>
# $FreeBSD$
PORTNAME= simpleproxy
PORTVERSION= 3.4
2014-06-23 17:07:02 +02:00
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= pluknet@gmail.com
2012-07-24 23:09:44 +02:00
COMMENT= Simple TCP proxy
GNU_CONFIGURE= yes
2014-06-23 17:07:02 +02:00
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>