5e06d55820
- Add LICENSE_FILE
19 lines
313 B
Makefile
19 lines
313 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= metasm
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Cross-architecture assembler, disassembler, linker, and debugger
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|