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>
|