mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
22 lines
360 B
Makefile
22 lines
360 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= crontab
|
|
PORTVERSION= 1.1.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Crontab format parser in Elixir
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jshmrtn
|
|
|
|
MIX_BUILD_DEPS= devel/elixir-timex
|
|
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
|
MIX_REWRITE= yes
|
|
|
|
.include <bsd.port.mk>
|