1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/replxx/Makefile
Fernando Apesteguía 9fad09604c devel/replxx: Update to 0.0.3
ChangeLog: 45696c2..e7fd050

PR:	251572
Submitted by:	meka@tilda.center (maintainer)
2020-12-04 11:07:31 +00:00

21 lines
390 B
Makefile

# $FreeBSD$
PORTNAME= replxx
DISTVERSIONPREFIX= release-
DISTVERSION= 0.0.3
CATEGORIES= devel
MAINTAINER= meka@tilda.center
COMMENT= Portable readline library capable of handling UTF-8
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cmake compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= AmokHuginnsson
CMAKE_ON= BUILD_SHARED_LIBS
USE_LDCONFIG= yes
.include <bsd.port.mk>