1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/science/R-cran-som/Makefile
TAKATSU Tomonari 348930e35e - Update to 0.3-5.1
- Add "compiles" argument to USES=cran
2016-07-21 03:18:24 +00:00

17 lines
286 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= som
DISTVERSION= 0.3-5.1
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Self-Organizing Map
LICENSE= GPLv3
USES= cran:auto-plist,compiles
.include <bsd.port.mk>