diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 15:23:03 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 15:23:03 +0000 |
commit | 83a2898887ab2d8bcbd4a6fce24e19e9cc6fb944 (patch) | |
tree | efed2a77f169b0988abca2a0cac2748aa31f0dc8 /devel/R-fansi | |
parent | c1abb2f0ac8a4afd742e0eabef02089a0d3db2e5 (diff) | |
download | pkgsrc-83a2898887ab2d8bcbd4a6fce24e19e9cc6fb944.tar.gz |
R-fansi: update to canonical form of an R package.
Diffstat (limited to 'devel/R-fansi')
-rw-r--r-- | devel/R-fansi/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/R-fansi/Makefile b/devel/R-fansi/Makefile index 42eda33f7ac..76f71d353dd 100644 --- a/devel/R-fansi/Makefile +++ b/devel/R-fansi/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2019/06/09 09:41:35 wen Exp $ +# $NetBSD: Makefile,v 1.2 2019/07/31 15:23:03 brook Exp $ -CATEGORIES= devel +CATEGORIES= devel R MAINTAINER= wen@NetBSD.org HOMEPAGE= https://github.com/brodieG/fansi -COMMENT= ANSI Control Sequence Aware String Functions +COMMENT= ANSI control sequence aware string functions LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 R_PKGNAME= fansi @@ -12,7 +12,5 @@ R_PKGVER= 0.4.0 USE_LANGUAGES= c -BUILDLINK_API_DEPENDS.R+= R>=3.1.0 - .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |