freebsd-ports/devel/cmph/Makefile

17 lines
301 B
Makefile
Raw Normal View History

# Created by: Jesse Kempf (jessekempf@gmail.com)
# $FreeBSD$
PORTNAME= cmph
PORTVERSION= 2.0
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= jessekempf@gmail.com
COMMENT= Minimal perfect hashes for C
GNU_CONFIGURE= yes
USES= pathfix
USE_LDCONFIG= yes
.include <bsd.port.mk>