mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 14:59:13 -04:00
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
21 lines
401 B
Makefile
21 lines
401 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.011
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Convert numbers between various bases
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Math::BaseCalc.3
|
|
|
|
.include <bsd.port.mk>
|