17 lines
289 B
Makefile
17 lines
289 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 10:50:23 espie Exp $
|
|
|
|
COMMENT= case preserving but case insensitive hash table
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Tie-CPHash-1.04
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|