mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
a3aa305213
- Pass maintainership to perl
22 lines
400 B
Makefile
22 lines
400 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.012
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Convert numbers between various bases
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Math::BaseCalc.3
|
|
|
|
.include <bsd.port.mk>
|