freebsd-ports/textproc/R-cran-stringr/Makefile

24 lines
518 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= stringr
2018-05-14 12:02:38 +02:00
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Make it easier to work with strings
LICENSE= GPLv2
2018-05-14 12:02:38 +02:00
CRAN_DEPENDS= R-cran-glue>=1.2.0:devel/R-cran-glue \
2018-03-22 08:10:12 +01:00
R-cran-magrittr>0:devel/R-cran-magrittr \
2018-05-14 12:02:38 +02:00
R-cran-stringi>=1.1.7:textproc/R-cran-stringi
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>