433d6afead
Add ruby-scanf package version 1.0.0. It is required by newer puppet package. scanf is an implementation of the C function scanf(3).
14 lines
337 B
Makefile
14 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/01/10 16:07:06 taca Exp $
|
|
|
|
DISTNAME= scanf-1.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ruby/scanf
|
|
COMMENT= Implementation of the C function scanf(3)
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|