mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
19 lines
286 B
Makefile
19 lines
286 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= elixir-uuid
|
|
PORTVERSION= 1.1.8
|
|
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>
|