17 lines
288 B
Makefile
17 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.13 2020/07/03 21:45:17 sthen Exp $
|
|
|
|
COMMENT = case preserving but case insensitive hash table
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Tie-CPHash-2.000
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
.include <bsd.port.mk>
|