openbsd-ports/devel/p5-Data-Hierarchy/Makefile
kevlo 08e1444c02 Initial import of p5-Data-Hierarchy 0.21
This module provides a simple interface for manipulating inheritable
data attached to a hierarchical environment (like filesystem).
2004-12-02 07:05:44 +00:00

24 lines
521 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/02 07:05:44 kevlo Exp $
COMMENT= "handle data in a hierarchical structure"
DISTNAME= Data-Hierarchy-0.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-Clone->=0.15:devel/p5-Clone
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>