2002-06-26 07:43:16 +02:00
|
|
|
# New ports collection makefile for: Math::Calc::Units
|
|
|
|
# Date created: 25 Jan 2002
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Calc-Units
|
2005-10-27 10:17:21 +02:00
|
|
|
PORTVERSION= 1.05
|
2002-06-26 07:43:16 +02:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Math
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-09-23 13:47:16 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Human-readable unit-aware calculator
|
2002-06-26 07:43:16 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Math::Calc::Units.3
|
|
|
|
|
2005-09-23 13:47:16 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
2005-10-31 19:24:21 +01:00
|
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
2005-09-23 13:47:16 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|