# New ports collection makefile for:	Chemistry::Elements
# Date created:				31 Dec 2001
# Whom:					Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD: ports/science/p5-Chemistry-Elements/Makefile,v 1.10 2008/09/02 09:46:03 leeym Exp $
#

PORTNAME=	Chemistry-Elements
PORTVERSION=	1.07
CATEGORIES=	science perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension for working with Chemical Elements

PERL_CONFIGURE=	yes

MAN3=	Chemistry::Elements.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif

.include <bsd.port.post.mk>
