16 lines
275 B
Makefile
16 lines
275 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:12 sthen Exp $
|
|
|
|
COMMENT = case preserving but case insensitive hash table
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Tie-CPHash-2.000
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
.include <bsd.port.mk>
|