blob: 21aabc4ccfcdf7e5b4b2d9de45294cd62801d399 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|