freebsd-ports/devel/rubygem-singleton/Makefile
Sunpoet Po-Chuan Hsieh a360722984 Add rubygem-singleton 0.1.0
The Singleton module implements the Singleton pattern.

WWW: https://github.com/ruby/singleton
2020-07-30 09:47:20 +00:00

20 lines
342 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= singleton
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implement the Singleton pattern
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>