21 lines
340 B
Makefile
21 lines
340 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
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PORTSCOUT= limit:^2\.
|
|
|
|
.include <bsd.port.mk>
|