16 lines
227 B
Makefile
16 lines
227 B
Makefile
|
COMMENT= ordered hashes for Perl
|
||
|
|
||
|
DISTNAME= Tie-Hash-Indexed-0.05
|
||
|
REVISION= 7
|
||
|
CATEGORIES= devel
|
||
|
MODULES= cpan
|
||
|
|
||
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
.include <bsd.port.mk>
|