24 lines
438 B
Makefile
24 lines
438 B
Makefile
# $OpenBSD: Makefile,v 1.11 2015/11/19 15:01:47 jasper Exp $
|
|
|
|
COMMENT = module to access shadow passwords
|
|
|
|
DISTNAME = ruby-shadow-2.5.0
|
|
PKGNAME = ${DISTNAME:S/ruby-//}
|
|
REVISION = 0
|
|
CATEGORIES = sysutils
|
|
|
|
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# PD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
BUILD_DEPENDS = sysutils/e2fsprogs
|
|
|
|
WANTLIB = pthread
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|