1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/textproc/libnumbertext/Makefile
2023-01-16 23:47:21 +08:00

21 lines
479 B
Makefile

PORTNAME= libnumbertext
PORTVERSION= 1.0.11
CATEGORIES= textproc
MASTER_SITES= https://github.com/Numbertext/libnumbertext/releases/download/${PORTVERSION}/
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Number to number name and money text conversion libraries
WWW= https://numbertext.org
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lang gmake libtool tar:xz
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>