9030b5c3b8
Thank you for your efforts in the past! Noticed by: tobez Approved by: portmgr (self)
22 lines
446 B
Makefile
22 lines
446 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Math
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Convert numbers between various bases
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Math::BaseCalc.3
|
|
|
|
.include <bsd.port.mk>
|