e23bc93841
- Add LICENSE - Update WWW Changes: https://github.com/flavorjones/mini_portile/blob/master/CHANGELOG.md
21 lines
411 B
Makefile
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>
|