22 lines
463 B
Makefile
22 lines
463 B
Makefile
# New ports collection makefile for: pcp
|
|
# Date created: 2006-07-25
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pcp
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= science math
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Machine learning program for pattern classification
|
|
|
|
BROKEN= Does not compile with GCC 4.2
|
|
DEPRECATED= does not compile on FreeBSD 7.x or newer
|
|
EXPIRATION_DATE=2011-04-17
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|