freebsd-ports/textproc/R-cran-XML/Makefile
2023-05-11 10:51:57 +00:00

15 lines
325 B
Makefile

PORTNAME= XML
DISTVERSION= 3.99-0.14
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for parsing and generating XML
WWW= https://cran.r-project.org/web/packages/XML/
LICENSE= BSD3CLAUSE
USES= cran:auto-plist,compiles gnome
USE_GNOME= libxml2
.include <bsd.port.mk>