mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4e198c9f4c
committing until you fix that p5-Class-Tom error too! Put manpages in the Makefile like you're supposed to!
26 lines
475 B
Makefile
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>
|