openbsd-ports/devel/p5-Data-Hierarchy/Makefile

21 lines
404 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/11 10:50:15 espie Exp $
COMMENT= handle data in a hierarchical structure
MODULES= cpan
2008-07-09 05:10:04 -04:00
DISTNAME= Data-Hierarchy-0.34
REVISION= 0
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
2010-11-26 02:18:59 -05:00
RUN_DEPENDS= devel/p5-Clone>=0.15 \
devel/p5-Test-Exception>=0.21
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>