openbsd-ports/devel/p5-Hash-AutoHash/Makefile
2013-03-11 10:50:00 +00:00

23 lines
427 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:17 espie Exp $
COMMENT= object-oriented access to real and tied hashes
DISTNAME= Hash-AutoHash-1.12
REVISION= 2
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
USE_GROFF = Yes
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= devel/p5-List-MoreUtils \
devel/p5-Tie-Hash-MultiValue \
devel/p5-Tie-ToObject
TEST_DEPENDS= devel/p5-Test-Deep
.include <bsd.port.mk>