freebsd-ports/devel/rubygem-algebrick/Makefile
Michael Moll 531edc5b19 new port: devel/rubygem-algebrick
Typed structs on steroids based on algebraic types and pattern matching
seamlessly integrating with standard Ruby features.

WWW: https://github.com/pitr-ch/algebrick
2015-10-09 13:10:52 +00:00

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>