freebsd-ports/devel/rubygem-mini_portile/Makefile
Sunpoet Po-Chuan Hsieh e23bc93841 - Update to 0.6.2
- Add LICENSE
- Update WWW

Changes:	https://github.com/flavorjones/mini_portile/blob/master/CHANGELOG.md
2015-03-08 09:50:32 +00:00

21 lines
411 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= mini_portile
PORTVERSION= 0.6.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simplistic port-like solution for ruby gem developers
LICENSE= MIT
# Depends on git-apply(1).
RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>