414a10ed7c
Note ruby-mini_portile2 is updated and renamed version of ruby-mini_portile by the upstream due to backwards-incompatible behavioral changes from mini_portile 0.7.0.rc* and prior. This project is a minimalistic implementation of a port/recipe system for developers. Because "Works on my machine" is unacceptable for a library maintainer.
12 lines
320 B
Makefile
12 lines
320 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/01/10 11:51:36 tsutsui Exp $
|
|
|
|
DISTNAME= mini_portile2-2.1.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/luislavena/mini_portile
|
|
COMMENT= Simple autoconf builder for developers
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|