926c3e988e
- Remove custom do-test target
29 lines
487 B
Makefile
29 lines
487 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= 2fa
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.2.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= dmgk@FreeBSD.org
|
|
COMMENT= Two-factor authentication on the command line
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rsc
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PLIST_FILES= bin/2fa
|
|
PORTDOCS= README.md
|
|
|
|
do-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|