blob: 5c9ab118f0d7fcdbf0a1f4176628bce9e8516dc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= askpass
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= security
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Safe Password Entry for R, Git, and SSH
LICENSE= MIT
CRAN_DEPENDS= R-cran-sys>0:devel/R-cran-sys
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|