blob: 9f0d5973fc04f121443df66296f1e15c8c7b9470 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= snappy
PORTVERSION= 1.1.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= archivers
PKGNAMEPREFIX= erlang-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Erlang interface to Google Snappy (de)compressor
LICENSE= APACHE20
USES= erlang:rebar gmake
USE_GITHUB= yes
GH_ACCOUNT= skunkwerks
GH_PROJECT= snappy-erlang-nif
GH_TAGNAME= 0951a1b
.include <bsd.port.mk>
|