1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/sock/Makefile
2021-04-06 16:31:07 +02:00

23 lines
469 B
Makefile

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