mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
16 lines
325 B
Makefile
16 lines
325 B
Makefile
PORTNAME= Defaults
|
|
DISTVERSION= 1.1-1
|
|
PORTREVISION= 14
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Create Global Function Defaults
|
|
WWW= https://cran.r-project.org/web/packages/Defaults/
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|