20 lines
358 B
Makefile
20 lines
358 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= metasm
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Cross-architecture assembler, disassembler, linker, and debugger
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
SHEBANG_FILES= samples/emubios.rb
|
|
|
|
.include <bsd.port.mk>
|