dec946ad51
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
24 lines
490 B
Makefile
24 lines
490 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.50
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MDEHOON
|
|
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>
|