opnsense-ports/devel/rubygem-singleton/Makefile
Franco Fichtner 5ef7296a3f devel/rubygem-singleton: sync with upstream
Taken from: FreeBSD
2024-11-22 10:19:47 +01:00

19 lines
368 B
Makefile

PORTNAME= singleton
PORTVERSION= 0.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implement the Singleton pattern
WWW= https://github.com/ruby/singleton
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>