17 lines
318 B
Makefile
17 lines
318 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math-BaseCalc
|
|
PORTVERSION= 1.017
|
|
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>
|