20 lines
345 B
Makefile
20 lines
345 B
Makefile
PORTNAME= aarch64
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Pure Ruby ARM64 assembler
|
|
WWW= https://github.com/tenderlove/aarch64
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-racc>=1.6:devel/rubygem-racc
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|