opnsense-ports/net/sock/Makefile
Franco Fichtner 31ce2a8a82 */*: sync with upstream
Taken from: FreeBSD
2017-04-03 06:08:17 +02:00

23 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>