freebsd-ports/math/p5-Math-CDF/Makefile
Sunpoet Po-Chuan Hsieh 431b7a0b43 - Shorten COMMENT
- Sort PLIST
- Reformat pkg-descr
2014-07-31 10:05:49 +00:00

16 lines
293 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Math-CDF
PORTVERSION= 0.1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate probabilities and quantiles
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>