bca02a5cfc
set licenses and bump as required. 'go ahead' steven@
19 lines
386 B
Makefile
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>
|