freebsd-ports/devel/p5-Algorithm-Cluster/Makefile
Kirill Ponomarev 652e7fd38f Add p5-Algorithm-Cluster 1.26,
This module is an interface to the C Clustering Library, a
general purpose library implementing functions for hierarchical
clustering (pairwise simple, complete, average, and centroid
linkage), along with k-means and k-medians clustering, and 2D
self-organizing maps. The library is distributed along with
Cluster 3.0, an enhanced version of the famous Cluster program
originally written by Michael Eisen while at Stanford
University. The C clustering library was written by Michiel de
Hoon.

PR:		ports/66970
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-05-21 08:32:14 +00:00

33 lines
755 B
Makefile

# New ports collection makefile for: p5-Algorithm-Cluster
# Date created: Fri May 21 15:21:09 CST 2004
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= Algorithm-Cluster
PORTVERSION= 1.26
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= A perl interface to C clustering library
PERL_CONFIGURE= yes
USE_REINPLACE= yes
MAN3= Algorithm::Cluster.3
post-patch:
@${REINPLACE_CMD} -e \
"s|${PORTNAME}|Algorithm::Cluster|" ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>