mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
74aae3cd2b
- Change LICENSE from GPLv2 to GPLv2 or GPLv3
18 lines
305 B
Makefile
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>
|