1PORTNAME= gsubfn 2DISTVERSION= 0.7 3PORTREVISION= 1 4CATEGORIES= devel 5DISTNAME= ${PORTNAME}_${DISTVERSION} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= R package used for string matching, substitution and parsing 9WWW= https://code.google.com/p/gsubfn/ 10 11LICENSE= gpl2 gpl3 12LICENSE_COMB= dual 13 14CRAN_DEPENDS= R-cran-proto>=0.3.9.2_6:devel/R-cran-proto 15BUILD_DEPENDS= ${CRAN_DEPENDS} 16RUN_DEPENDS= ${CRAN_DEPENDS} 17 18USES= cran:auto-plist 19 20NO_TEST= yes 21 22.include <bsd.port.mk> 23