531edc5b19
Typed structs on steroids based on algebraic types and pattern matching seamlessly integrating with standard Ruby features. WWW: https://github.com/pitr-ch/algebrick
19 lines
334 B
Makefile
19 lines
334 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= algebrick
|
|
PORTVERSION= 0.7.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mmoll@FreeBSD.org
|
|
COMMENT= Typed structs based on algebraic type definitions
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|