21 lines
421 B
Makefile
21 lines
421 B
Makefile
PORTNAME= cronex
|
|
PORTVERSION= 0.15.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Ruby library that converts cron expressions
|
|
WWW= https://github.com/alpinweis/cronex
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-tzinfo>=0:devel/rubygem-tzinfo \
|
|
rubygem-unicode>=0.4.4.5:devel/rubygem-unicode
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|