2004-05-21 10:32:14 +02:00
|
|
|
# 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
|
2010-08-23 05:57:40 +02:00
|
|
|
PORTVERSION= 1.49
|
2004-05-21 10:32:14 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-01-05 07:35:37 +01:00
|
|
|
MASTER_SITES= CPAN
|
2004-05-21 10:32:14 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-07 20:35:25 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-05-21 10:32:14 +02:00
|
|
|
COMMENT= A perl interface to C clustering library
|
|
|
|
|
2009-05-31 16:47:47 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2004-05-21 10:32:14 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Algorithm::Cluster.3
|
|
|
|
|
2007-03-05 03:58:52 +01:00
|
|
|
.include <bsd.port.mk>
|