freebsd-ports/devel/R-cran-fansi/Makefile
TAKATSU Tomonari a72cb53134 - Add new port: devel/R-cran-fansi
Counterparts to R string manipulation functions that account for
  the effects of ANSI text formatting control sequences.

  WWW: https://cran.r-project.org/web/packages/fansi/
2018-07-19 10:14:26 +00:00

15 lines
261 B
Makefile

# $FreeBSD$
PORTNAME= fansi
PORTVERSION= 0.2.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= ANSI Control Sequence Aware String Functions
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>