freebsd-ports/devel/rubygem-curses/Makefile
Muhammad Moinur Rahman b38be4e548 devel/rubygem-curses: Update version 1.3.2=>1.4.4
Changelog: https://github.com/ruby/curses/releases/tag/v1.4.4.beta.1

PR:		276466
Approved by:	portmgr (blanket)
2024-01-21 13:51:15 +01:00

21 lines
533 B
Makefile

PORTNAME= curses
PORTVERSION= 1.4.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= freebsd@jonathanprice.org
COMMENT= Ruby binding for curses, ncurses and PDCurses
WWW= https://rubygems.org/gems/curses
LICENSE= RUBY BSD2CLAUSE
LICENSE_COMB= dual
USES= gem ncurses
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
.endif
.include <bsd.port.mk>