mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
18 lines
257 B
Makefile
18 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>
|