mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
5d7b880ff0
Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6057
16 lines
301 B
Makefile
16 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= goptlib
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://c-s.li/ports/
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Go pluggable transports library
|
|
|
|
USES= go
|
|
GO_PKGNAME= git.torproject.org/pluggable-transports/${PORTNAME}.git
|
|
GO_TARGET= ${GO_PKGNAME}
|
|
|
|
.include <bsd.port.mk>
|