diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-18 08:24:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-18 08:24:08 +0000 |
commit | 0c27c234d57cb95ff2453653d1b7640e41127390 (patch) | |
tree | da1b8265fd4978331b955e1e08f647d5b006af8c /devel/libdouble-conversion/Makefile | |
parent | 6425d0cc69cb312d4334043a38be444b88476705 (diff) |
Notes
Diffstat (limited to 'devel/libdouble-conversion/Makefile')
-rw-r--r-- | devel/libdouble-conversion/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/libdouble-conversion/Makefile b/devel/libdouble-conversion/Makefile new file mode 100644 index 000000000000..017a99191fc2 --- /dev/null +++ b/devel/libdouble-conversion/Makefile @@ -0,0 +1,24 @@ +# Created by: Waitman Gobble <waitman@waitman.net> +# $FreeBSD$ + +PORTNAME= libdouble-conversion +PORTVERSION= 1.1.1 +CATEGORIES= devel +MASTER_SITES= GH + +MAINTAINER= waitman@waitman.net +COMMENT= Binary-decimal and decimal-binary routines for IEEE doubles + +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= waitman +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= e9b9e5a + +.include <bsd.port.mk> |