2012-12-07 17:14:13 +01:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
2012-02-07 15:35:21 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= stringr
|
2018-05-14 12:02:38 +02:00
|
|
|
PORTVERSION= 1.3.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 1
|
2012-02-07 15:35:21 +01:00
|
|
|
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
|
2016-08-21 08:07:40 +02:00
|
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
2012-02-07 15:35:21 +01:00
|
|
|
|
2013-12-28 11:28:40 +01:00
|
|
|
USES= cran:auto-plist
|
2012-02-07 15:35:21 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|