mirror of https://git.FreeBSD.org/ports.git
18 lines
294 B
Makefile
18 lines
294 B
Makefile
PORTNAME= yell
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= sysutils ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Extensible logging library for Ruby
|
|
WWW= https://github.com/rudionrails/yell
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|