mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
20 lines
324 B
Makefile
20 lines
324 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hashie
|
|
PORTVERSION= 2.1.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Hashie is a simple collection of useful Hash extensions
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
PORTSCOUT= limit:^2\.
|
|
|
|
.include <bsd.port.mk>
|