freebsd-ports/textproc/libnumbertext/Makefile
Dima Panov 1ba776655e - Update LibreOffice suite to 7.0.1 release
- Push textproc/libnumertext to 1.0.6 release
2020-09-04 09:38:04 +00:00

21 lines
462 B
Makefile

# $FreeBSD$
PORTNAME= libnumbertext
PORTVERSION= 1.0.6
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
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>