18 lines
384 B
Makefile
18 lines
384 B
Makefile
PORTNAME= annoy
|
|
PORTVERSION= 0.5.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Present the user with a simple question before a destructive action
|
|
WWW= https://rubygems.org/gems/annoy
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-highline>=1.5.0:devel/rubygem-highline
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|