freebsd-ports/devel/p5-Algorithm-Cluster/Makefile
Cheng-Lung Sung fc43f5a57b - update to 1.31
- try to satisfy portlint
2006-03-16 02:34:04 +00:00

36 lines
835 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.31
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
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.if ${ARCH} == "amd64"
BROKEN= Does not build on amd64 (needs to build shared libraries with -fPIC)
.endif
.include <bsd.port.post.mk>