ports/devel/ruby-scanf/Makefile

15 lines
298 B
Makefile

COMMENT = implementation of the C function scanf
DISTNAME = scanf-1.0.0
CATEGORIES = devel
HOMEPAGE = https://github.com/ruby/scanf
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>