20 lines
446 B
Makefile
20 lines
446 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= goptlib
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://c-s.li/ports/
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Go pluggable transports library
|
|
|
|
GO_PKGNAME= git.torproject.org/pluggable-transports/${PORTNAME}.git
|
|
GO_TARGET= ${GO_PKGNAME}
|
|
|
|
post-extract:
|
|
@${MKDIR} ${GO_WRKSRC:H}
|
|
@${LN} -sf ${WRKSRC} ${GO_WRKSRC}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
|
|
.include <bsd.port.post.mk>
|