forked from Lainports/freebsd-ports
20 lines
342 B
Makefile
20 lines
342 B
Makefile
PORTNAME= logger
|
|
PORTVERSION= 1.5.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 15
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple logging utility for outputting messages
|
|
WWW= https://github.com/ruby/logger
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^1\.5\.
|
|
|
|
.include <bsd.port.mk>
|