Edit

IABSD.fr/ports/sysutils/ruby-shadow/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2019-11-03 14:07:41
    Hash : c50883a0
    Message : drop maintainership for a bunch of ports i haven't used in years

  • sysutils/ruby-shadow/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>