1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/math/p5-Math-BaseCalc/Makefile
Philippe Audeoud 465bdd2c20 - Update to 1.013
- Take maintainership
2009-01-19 16:46:47 +00:00

22 lines
403 B
Makefile

# New ports collection makefile for: Math::BaseCalc
# Date created: 25 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Math-BaseCalc
PORTVERSION= 1.013
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Convert numbers between various bases
PERL_CONFIGURE= yes
MAN3= Math::BaseCalc.3
.include <bsd.port.mk>