freebsd-ports/devel/libdouble-conversion/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

23 lines
437 B
Makefile

# Created by: Waitman Gobble <waitman@waitman.net>
# $FreeBSD$
PORTNAME= libdouble-conversion
PORTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= waitman@waitman.net
COMMENT= Binary-decimal and decimal-binary routines for IEEE doubles
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= waitman
GH_TAGNAME= e9b9e5a
.include <bsd.port.mk>