2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:44:29 ajacoutot Exp $
|
2004-12-02 02:05:44 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= handle data in a hierarchical structure
|
2004-12-02 02:05:44 -05:00
|
|
|
|
2006-11-25 11:32:33 -05:00
|
|
|
MODULES= cpan
|
2008-07-09 05:10:04 -04:00
|
|
|
DISTNAME= Data-Hierarchy-0.34
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2006-11-25 11:32:33 -05:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2004-12-02 02:05:44 -05:00
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
# Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-26 02:18:59 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Clone>=0.15 \
|
|
|
|
devel/p5-Test-Exception>=0.21
|
2004-12-02 02:05:44 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|