2022-03-11 19:57:10 +00:00

20 lines
308 B
Makefile

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>