freebsd-ports/security/rubygem-webpush/Makefile
Joseph Mingrone 1b279c100b Set ruby@FreeBSD.org as maintainer of these ports, so that ruby team can
more easily contribute to their maintenance.
2017-08-05 03:25:17 +00:00

22 lines
361 B
Makefile

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