freebsd-ports/databases/R-cran-DBI/Makefile

15 lines
268 B
Makefile
Raw Normal View History

PORTNAME= DBI
2022-06-21 15:20:49 +02:00
DISTVERSION= 1.1.3
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R Database Interface
WWW= https://cran.r-project.org/web/packages/DBI/
2019-12-16 18:28:08 +01:00
LICENSE= LGPL21+
USES= cran:auto-plist
.include <bsd.port.mk>