15 lines
295 B
Makefile
15 lines
295 B
Makefile
PORTNAME= glue
|
|
PORTVERSION= 1.6.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Interpreted String Literals
|
|
WWW= https://cran.r-project.org/web/packages/glue/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|