mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
19 lines
317 B
Makefile
19 lines
317 B
Makefile
PORTNAME= rotp
|
|
PORTVERSION= 6.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby library for generating one time passwords
|
|
WWW= https://github.com/mdp/rotp
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/rotp
|
|
|
|
.include <bsd.port.mk>
|