22 lines
370 B
Makefile
22 lines
370 B
Makefile
# $OpenBSD: Makefile,v 1.18 2019/11/03 14:07:45 jasper Exp $
|
|
|
|
COMMENT = module to access shadow passwords
|
|
|
|
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>
|