21 lines
323 B
Makefile
21 lines
323 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:23 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= ordered hashes for Perl
|
|
|
|
DISTNAME= Tie-Hash-Indexed-0.05
|
|
REVISION= 3
|
|
CATEGORIES= devel
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Okan Demirmen <okan@demirmen.com>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|