forked from Lainports/freebsd-ports
16 lines
347 B
Makefile
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>
|