mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
17 lines
301 B
Makefile
17 lines
301 B
Makefile
# 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>
|