mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
87d36b4e7f
- Add LICENSE
18 lines
335 B
Makefile
18 lines
335 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= AMORE
|
|
PORTVERSION= 0.2.14
|
|
CATEGORIES= science
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= MORE flexible neural network package
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|