mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
19 lines
333 B
Makefile
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>
|