freebsd-ports/devel/rubygem-analogger/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
530 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= analogger
PORTVERSION= 0.5.0
PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast, flexible, easy to use logging service for Ruby
LICENSE= RUBY
RUN_DEPENDS= rubygem-eventmachine>=0.0.0:devel/rubygem-eventmachine
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= bin/analogger
ruby_OLD_CMD= ruby
PLIST_FILES= bin/analogger
.include <bsd.port.mk>