freebsd-ports/math/p5-Statistics-Frequency/Makefile

19 lines
341 B
Makefile
Raw Normal View History

# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
PORTNAME= Statistics-Frequency
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Statistics
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Simple counting of elements
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>