freebsd-ports/devel/rubygem-daemons/Makefile
Sunpoet Po-Chuan Hsieh cb8571a5f3 - Update to 1.2.3
- Add NO_ARCH

Changes:	https://github.com/thuehlinger/daemons/releases
2015-06-28 17:54:05 +00:00

19 lines
341 B
Makefile

# Created by: Rui Lopes (<rgl ruilopes com>)
# $FreeBSD$
PORTNAME= daemons
PORTVERSION= 1.2.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Toolkit to convert your script to a controllable daemon
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>