blob: a067b6942b24fc62d7a106e61c1d29fe9db25113 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= dns2tcp
PORTVERSION= 0.5.2
CATEGORIES= dns
MASTER_SITES= http://deb.debian.org/debian/pool/main/d/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= sbz@FreeBSD.org
COMMENT= Tool for relaying TCP connections over DNS
WWW= http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/dns2tcpc bin/dns2tcpd \
man/man1/dns2tcpc.1.gz \
man/man1/dns2tcpd.1.gz
.include <bsd.port.mk>
|