diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-16 22:12:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-16 22:12:41 +0000 |
commit | af445a38fd160d89a54b928c20940d33e371cec1 (patch) | |
tree | 89315dbdde5129c59ddec487eb1ea1ca8e1667b8 /www/srt/Makefile | |
parent | 65f32255d227cc81c80ae8214dd4067b24d11d64 (diff) | |
download | ports-af445a38fd160d89a54b928c20940d33e371cec1.tar.gz ports-af445a38fd160d89a54b928c20940d33e371cec1.zip |
New port: www/srt: Secure Reliable Transport (SRT) Protocol
Diffstat (limited to 'www/srt/Makefile')
-rw-r--r-- | www/srt/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/srt/Makefile b/www/srt/Makefile new file mode 100644 index 000000000000..6703beea6325 --- /dev/null +++ b/www/srt/Makefile @@ -0,0 +1,21 @@ +PORTNAME= srt +DISTVERSIONPREFIX= v +DISTVERSION= 1.4.3 +CATEGORIES= www + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Secure Reliable Transport (SRT) Protocol + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= bash:shells/bash + +USES= cmake shebangfix ssl + +USE_GITHUB= yes +GH_ACCOUNT= Haivision + +SHEBANG_FILES= scripts/srt-ffplay + +.include <bsd.port.mk> |