Edit

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

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2016-11-06 21:24:00
    Hash : 452dbe16
    Message : Remove extension source files and extension directories from PLIST, fixes packaging. Noticed by sthen@

  • sysutils/ruby-shadow/Makefile
  • # $OpenBSD: Makefile,v 1.15 2016/11/06 21:24:00 jeremy Exp $
    
    COMMENT =		module to access shadow passwords
    
    DISTNAME =		ruby-shadow-2.5.0
    PKGNAME =		${DISTNAME:S/ruby-//}
    REVISION =		2
    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>