20 lines
307 B
Makefile
20 lines
307 B
Makefile
# $OpenBSD: Makefile,v 1.11 2015/01/21 14:27:59 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= ordered hashes for Perl
|
|
|
|
DISTNAME= Tie-Hash-Indexed-0.05
|
|
REVISION= 5
|
|
CATEGORIES= devel
|
|
MODULES= cpan
|
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|