Edit

IABSD.fr/ports/textproc/ruby-redcloth/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 21:02:12
    Hash : 48579260
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • textproc/ruby-redcloth/Makefile
  • # $OpenBSD: Makefile,v 1.27 2019/07/12 21:02:27 sthen Exp $
    
    COMMENT =	module for using Textile in Ruby
    
    DISTNAME =	RedCloth-4.3.2
    PKGNAME =	${DISTNAME:L}
    REVISION =	0
    CATEGORIES =	textproc
    
    HOMEPAGE =	http://redcloth.org/
    
    # BSD
    PERMIT_PACKAGE = Yes
    
    MODULES =	lang/ruby
    
    CONFIGURE_STYLE = ruby gem ext
    
    MODRUBY_TEST =	rspec
    TEST_DEPENDS =	${FULLPKGNAME}:${BUILD_PKGPATH}
    
    .include <bsd.port.mk>