freebsd-ports/devel/p5-Algorithm-Cluster/Makefile

27 lines
585 B
Makefile
Raw Normal View History

# 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
2007-03-05 03:58:52 +01:00
PORTVERSION= 1.35
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= A perl interface to C clustering library
PERL_CONFIGURE= yes
MAN3= Algorithm::Cluster.3
post-patch:
@${REINPLACE_CMD} -e \
"s|${PORTNAME}|Algorithm::Cluster|" ${WRKSRC}/Makefile.PL
2007-03-05 03:58:52 +01:00
.include <bsd.port.mk>