mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
16 lines
324 B
Makefile
16 lines
324 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= backports
|
|
PORTVERSION= 1.1.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>
|