312cea6ec2
- Remove obsolete OSVERSION condition - Whitespace fixes Approved by: portmgr blanket
20 lines
351 B
Makefile
20 lines
351 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= viamillipede
|
|
PORTVERSION= 0.7
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= ash_ports@aeria.net
|
|
COMMENT= Parallel TCP for pipe transport
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= uidfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= agokhale
|
|
|
|
PLIST_FILES= bin/viamillipede man/man1/viamillipede.1.gz
|
|
|
|
.include <bsd.port.mk>
|