freebsd-ports/security/rubygem-webpush/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
365 B
Makefile

PORTNAME= webpush
PORTVERSION= 0.3.4
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Encryption utilities for Web Push payload
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-hkdf>=0.2:security/rubygem-hkdf \
rubygem-jwt>=2.0:www/rubygem-jwt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>