mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
14 lines
214 B
Makefile
14 lines
214 B
Makefile
COMMENT = simplified way to compile against dependencies
|
|
|
|
DISTNAME = mini_portile2-2.8.4
|
|
CATEGORIES = devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|