diff options
Diffstat (limited to 'devel/aifad/Makefile')
-rw-r--r-- | devel/aifad/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/aifad/Makefile b/devel/aifad/Makefile index 9dbbaeb83546..fd2e9a8715d2 100644 --- a/devel/aifad/Makefile +++ b/devel/aifad/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: aifad -# Date created: 2006-08-15 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $MBSDlabs$ +# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> # $FreeBSD$ -# PORTNAME= aifad PORTVERSION= 1.0.27 @@ -15,6 +10,9 @@ MASTER_SITES= http://www.ocaml.info/ocaml_sources/ MAINTAINER= ports@FreeBSD.org COMMENT= Machine learning system +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ ${SA_DIR}/res/res.a:${PORTSDIR}/devel/ocaml-res \ ${SA_DIR}/cfg/cfg.a:${PORTSDIR}/devel/ocaml-cfg |