freebsd-ports/math/p5-Math-Round/Makefile
Eitan Adler ed59156ea9 Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
2013-03-08 20:23:38 +00:00

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>