1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/misc/elixir-uuid/Makefile
2016-09-21 07:52:30 +00:00

20 lines
286 B
Makefile

# $FreeBSD$
PORTNAME= elixir-uuid
PORTVERSION= 1.1.5
DISTVERSIONPREFIX= v
CATEGORIES= misc
MAINTAINER= olgeni@FreeBSD.org
COMMENT= UUID generator and utilities for Elixir
LICENSE= APACHE20
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= zyro
ELIXIR_APP_NAME=uuid
.include <bsd.port.mk>