ports/converters/rubygem-xdr/Makefile
Antoine Brodin 0986fcb0a5 security/metasploit: update to 6.4.58
This version now uses rails 7.1
Adjust dependencies accordingly

PR:		285758
2025-04-21 07:25:22 +00:00

21 lines
442 B
Makefile

PORTNAME= xdr
PORTVERSION= 3.0.3
PORTREVISION= 2
CATEGORIES= converters rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= XDR Helper Library
WWW= https://github.com/stellar/ruby-xdr
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activemodel71>=7.1:databases/rubygem-activemodel71 \
rubygem-activesupport71>=7.1:devel/rubygem-activesupport71
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>