1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/math/p5-Math-BaseCalc/Makefile

23 lines
446 B
Makefile
Raw Normal View History

# New ports collection makefile for: Math::BaseCalc
# Date created: 25 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Math-BaseCalc
PORTVERSION= 1.011
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:51:06 +00:00
COMMENT= Convert numbers between various bases
PERL_CONFIGURE= yes
MAN3= Math::BaseCalc.3
.include <bsd.port.mk>