1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/sock/Makefile
Kurt Jaeger c18ae79509 net/sock: update 0.3.2 -> 0.4.2
- IPv6 is supported now
- supports SCTP in addition to UDP and TCP
- socket options can now be used

PR:		217909, 218298
Changes:	https://github.com/sjac999/sock_ipv6_sctp/blob/master/ChangeLog
Submitted by:	Steve Jacobson <sjac@cs.stanford.edu> (maintainer)
2017-04-02 19:35:44 +00:00

24 lines
481 B
Makefile

# Created by: Steve Jacobson <sjac@cs.stanford.edu>
# $FreeBSD$
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
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>