mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
465bdd2c20
- Take maintainership
22 lines
403 B
Makefile
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>
|