mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
409a842278
PR: 252147 Approved by: lwhsu
25 lines
566 B
Makefile
25 lines
566 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= desc
|
|
DISTVERSION= 1.2.0
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ygy@FreeBSD.org
|
|
COMMENT= Manipulate DESCRIPTION Files
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
|
|
R-cran-crayon>0:devel/R-cran-crayon \
|
|
R-cran-rprojroot>0:devel/R-cran-rprojroot \
|
|
R-cran-assertthat>0:math/R-cran-assertthat
|
|
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
|
|
R-cran-testthat>0:devel/R-cran-testthat \
|
|
R-cran-withr>0:devel/R-cran-withr
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|