blob: c822905dfb895ebe198bd23cbc4d04f58136b231 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= backports
PORTVERSION= 1.1.4
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Reimplementations of Functions Introduced Since R-3.0.0
LICENSE= GPLv2
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|