opnsense-ports/security/goptlib/Makefile
Franco Fichtner 76a5ee7662 */*: sync with upstream
Taken from: FreeBSD
2016-04-23 19:02:02 +02:00

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