mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
23 lines
370 B
Makefile
23 lines
370 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= calendar
|
|
PORTVERSION= 0.16.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Date-time and time zone handling in Elixir
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lau
|
|
|
|
MIX_BUILD_DEPS= devel/elixir-tzdata
|
|
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
|
MIX_REWRITE= yes
|
|
|
|
.include <bsd.port.mk>
|