# New ports collection makefile for: p5-DateTime-Util-Calc # Date created: 2007-06-16 # Whom: Masahiro Teramoto # # $FreeBSD: ports/devel/p5-DateTime-Util-Calc/Makefile,v 1.1 2007/06/17 08:13:39 rafan Exp $ # PORTNAME= DateTime-Util-Calc PORTVERSION= 0.13002 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= DateTime Calculation Utilities BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= DateTime::Util::Calc.3 OPTIONS= GMP "Use GMP library" off .include .if defined(WITH_GMP) BUILD_DEPENDS+= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP .endif .include