freebsd-ports/devel/p5-Data-Hierarchy/Makefile
Rong-En Fan dac2072ba6 - Update to 0.31
- Add WWW entry
- p5-Storable is RUN_DEPENDS only

PR:		ports/103010
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-09-09 09:38:10 +00:00

28 lines
610 B
Makefile

# New ports collection makefile for: devel/p5-Data-Hierarchy
# Date created: Mar 15 2004
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#
PORTNAME= Data-Hierarchy
PORTVERSION= 0.31
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Handle data in a hierarchical structure
PERL_CONFIGURE= yes
MAN3= Data::Hierarchy.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500700
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>