18 lines
301 B
Makefile
18 lines
301 B
Makefile
# $OpenBSD: Makefile,v 1.14 2019/07/12 21:02:18 sthen Exp $
|
|
|
|
COMMENT = provides a registry of file types
|
|
|
|
DISTNAME = polyglot-0.3.5
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/cjheath/polyglot
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|