ports/security/ruby-bitwarden/Makefile
Michael Reifenberger 209d4500f2 Add option to specify custom host for ruby-bitwarden
Enable ruby-bitwarden to bind to some custom IP-Address

While there update to a newer snapshot.

PR:		244868
Submitted by:	Frieder Griesshammer
2020-03-21 20:56:36 +00:00

35 lines
710 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= rubywarden
DISTVERSION= 0.0.0.20200226
#PORTREVISION= 1
CATEGORIES= security www
MAINTAINER= mr@FreeBSD.org
COMMENT= Ruby implementation of the BitWarden API
LICENSE= ISCL
RUN_DEPENDS= rubygem-bundler>=1.16:sysutils/rubygem-bundler
USES= sqlite
USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
USE_GITHUB= yes
GH_ACCOUNT= jcs
GH_TAGNAME= 549f66466ca753ee2f3c007b6e242d59dae05fdd
NO_ARCH= yes
NO_BUILD= yes
USE_RC_SUBR= rubywarden-api
SUB_FILES= pkg-message
SUB_LIST+= RUBY_WITH_SUFFIX="${RUBY_WITH_SUFFIX}"
do-install:
${MKDIR} ${STAGEDIR}/${WWWDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR})
.include <bsd.port.mk>