mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
9c37b1b669
Bump ruby gem ext ports as this changes the package. Requested by espie@
24 lines
438 B
Makefile
24 lines
438 B
Makefile
# $OpenBSD: Makefile,v 1.16 2018/06/13 22:26:52 jeremy Exp $
|
|
|
|
COMMENT = module to access shadow passwords
|
|
|
|
DISTNAME = ruby-shadow-2.5.0
|
|
PKGNAME = ${DISTNAME:S/ruby-//}
|
|
REVISION = 3
|
|
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>
|