23 lines
445 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2016/03/20 19:56:24 naddy Exp $
COMMENT= object-oriented access to real and tied hashes
DISTNAME = Hash-AutoHash-1.17
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
PKG_ARCH= *
CONFIGURE_STYLE= modbuild
2010-11-15 19:45:56 +00:00
RUN_DEPENDS= devel/p5-List-MoreUtils \
devel/p5-Tie-Hash-MultiValue \
devel/p5-Tie-ToObject
2015-05-22 21:28:56 +00:00
TEST_DEPENDS= devel/p5-Test-Deep \
devel/p5-Test-Pod-Content
.include <bsd.port.mk>