forked from Lainports/freebsd-ports
- Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc)
19 lines
325 B
Makefile
19 lines
325 B
Makefile
# Created by: Foxfair Hu <foxfair@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math-Round
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= eadler@FreeBSD.org
|
|
COMMENT= Perl extension for rounding numbers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN3= Math::Round.3
|
|
|
|
.include <bsd.port.mk>
|