1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/devel/rubygem-tins/Makefile
Sunpoet Po-Chuan Hsieh c72cbbb087 - Update to 1.5.2
- Add NO_ARCH

Changes:	https://github.com/flori/tins/commits/master
2015-06-07 20:42:31 +00:00

20 lines
313 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= tins
PORTVERSION= 1.5.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Useful tools library in Ruby
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>