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