ports/devel/rubygem-elftools/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

19 lines
333 B
Makefile

PORTNAME= elftools
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Light weight ELF parser
WWW= https://github.com/david942j/rbelftools
LICENSE= MIT
RUN_DEPENDS= rubygem-bindata24>=2:devel/rubygem-bindata24
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>