blob: d534b0495fa020a118541097fe1d702274fb6b6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= libnumbertext
PORTVERSION= 1.0.5
PORTREVISION= 1
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
.include <bsd.port.mk>
|