e67599acd5
- switch to Module::Build
18 lines
340 B
Makefile
18 lines
340 B
Makefile
# $OpenBSD: Makefile,v 1.4 2008/10/05 21:27:11 jasper Exp $
|
|
|
|
COMMENT= case preserving but case insensitive hash table
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Tie-CPHash-1.04
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|