openbsd-ports/math/p5-AI-Perceptron/Makefile
dassow bca02a5cfc cpanify math ports, switch to SHARED_ONLY,
set licenses and bump as required.

'go ahead' steven@
2006-12-24 19:50:51 +00:00

19 lines
386 B
Makefile

# $OpenBSD: Makefile,v 1.6 2006/12/24 19:50:51 dassow Exp $
COMMENT= "module to internal operations of neural networks"
MODULES= cpan
DISTNAME= AI-Perceptron-0.01
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= math
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>