blob: 987fff52fcd4283ee8d216c375915562e097bd6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= sock
PORTVERSION= 0.4.2
CATEGORIES= net
MASTER_SITES= http://www-cs-students.stanford.edu/~sjac/sock/
MAINTAINER= sjac@cs.stanford.edu
COMMENT= W. Richard Stevens' sock program plus IPv6 and SCTP
WWW= http://www-cs-students.stanford.edu/~sjac/sock_info.html
LICENSE= WRSTEVENS
LICENSE_NAME= WRSTEVENS
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
USES= tar:tgz
HAS_CONFIGURE= yes
PLIST_FILES= bin/sock
.include <bsd.port.mk>
|