22 lines
370 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.18 2019/11/03 14:07:45 jasper Exp $
COMMENT = module to access shadow passwords
2015-10-09 07:06:35 +00:00
DISTNAME = ruby-shadow-2.5.0
PKGNAME = ${DISTNAME:S/ruby-//}
REVISION = 4
CATEGORIES = sysutils
# PD
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = sysutils/e2fsprogs
WANTLIB = pthread
CONFIGURE_STYLE = ruby gem ext
.include <bsd.port.mk>