openbsd-ports/devel/p5-Hash-AutoHash/Makefile

26 lines
517 B
Makefile
Raw Normal View History

2010-10-18 13:47:50 -04:00
# $OpenBSD: Makefile,v 1.4 2010/10/18 17:48:01 espie Exp $
2010-09-23 07:46:57 -04:00
COMMENT= object-oriented access to real and tied hashes
DISTNAME= Hash-AutoHash-1.12
2010-09-23 07:46:57 -04:00
REVISION= 1
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= ::devel/p5-List-MoreUtils \
::devel/p5-Tie-Hash-MultiValue \
::devel/p5-Tie-ToObject
REGRESS_DEPENDS= ::devel/p5-Test-Deep
.include <bsd.port.mk>