blob: cead1219517dfbd1dccdd1af2a3fda01c721bf23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= algebrick
PORTVERSION= 0.7.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Typed structs based on algebraic type definitions
WWW= https://github.com/pitr-ch/algebrick
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>
|