Po-Chuan Hsieh 83297371fe
security/rubygem-openssl-ccm: Fix gemspec for rubygem-openssl 4.0.0 update
- Bump PORTREVISION for package change
2025-12-19 19:14:05 +08:00

21 lines
402 B
Makefile

PORTNAME= openssl-ccm
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Implementation of RFC 3610 - Counter with CBC-MAC (CCM)
WWW= https://github.com/SmallLars/openssl-ccm
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-openssl>=3.0:security/rubygem-openssl
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>