1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/math/R-cran-Formula/Makefile
TAKATSU Tomonari 74aae3cd2b - Update to 1.2-1
- Change LICENSE from GPLv2 to GPLv2 or GPLv3
2015-06-13 08:54:55 +00:00

18 lines
305 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= Formula
DISTVERSION= 1.2-1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Extended Model Formulas
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist
.include <bsd.port.mk>