1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/p5-AI-NeuralNet-BackProp/Makefile
Will Andrews 4e198c9f4c Bad will, don't put manpage references in the PLIST! Bad! No more
committing until you fix that p5-Class-Tom error too!  Put manpages in the
Makefile like you're supposed to!
2001-01-01 11:06:17 +00:00

26 lines
475 B
Makefile

# New ports collection makefile for: AI-NeuralNet-BackProp
# Date created: 15 Nov 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= AI-NeuralNet-BackProp
PORTVERSION= 0.89
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= AI
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
USE_PERL5= yes
USE_ZIP= yes
NO_WRKSUBDIR= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= AI::NeuralNet::BackProp.3
.include <bsd.port.mk>