b0e84f0bc2
Approved By: pgollucci (mentor)
20 lines
400 B
Makefile
20 lines
400 B
Makefile
# New ports collection makefile for: p5-Statistics-Frequency
|
|
# Date created: 2010-03-08
|
|
# Whom: Steve Wills <steve@mouf.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Statistics-Frequency
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Statistics
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Simple counting of elements
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|