freebsd-ports/security/R-cran-askpass/Makefile
TAKATSU Tomonari bef3678c40 security/R-cran-askpass: Update to 1.2.0
Reported by:	portscout
2023-09-04 09:40:14 +00:00

16 lines
347 B
Makefile

PORTNAME= askpass
PORTVERSION= 1.2.0
CATEGORIES= security
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Safe Password Entry for R, Git, and SSH
WWW= https://cran.r-project.org/web/packages/askpass/
LICENSE= MIT
RUN_DEPENDS= R-cran-sys>=2.1:devel/R-cran-sys
USES= cran:auto-plist,compiles
.include <bsd.port.mk>