mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
17 lines
257 B
Makefile
17 lines
257 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ruby-gdsii
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= cad rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= GDSII reader and writer
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|