summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Cluster/Makefile
blob: 7d34ac3554f89687daef8da5e676451c274a8f2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.49
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	A perl interface to C clustering library

MAKE_JOBS_UNSAFE=	yes

PERL_CONFIGURE=	yes

MAN3=		Algorithm::Cluster.3

.include <bsd.port.mk>