065618ac03
Use --format-executable RUBYGEM_OPTIONS instead of manually renaming with post-install. No functional change.
17 lines
393 B
Makefile
17 lines
393 B
Makefile
# $NetBSD: Makefile,v 1.12 2021/06/02 15:51:21 taca Exp $
|
|
|
|
DISTNAME= bluecloth-2.2.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= https://deveiate.org/projects/BlueCloth
|
|
COMMENT= Markdown library for Ruby
|
|
LICENSE= original-bsd
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|