2002-06-26 07:41:01 +02:00
|
|
|
# New ports collection makefile for: Math::BaseCalc
|
|
|
|
# Date created: 25 Jan 2002
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-BaseCalc
|
2011-05-16 11:21:49 +02:00
|
|
|
PORTVERSION= 1.016
|
2002-06-26 07:41:01 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-06-26 07:41:01 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-01-19 17:46:47 +01:00
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Convert numbers between various bases
|
2002-06-26 07:41:01 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Math::BaseCalc.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|