freebsd-ports/textproc/R-cran-XML/Makefile
2020-07-26 13:42:08 +00:00

17 lines
336 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML
DISTVERSION= 3.99-0.5
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for parsing and generating XML
LICENSE= BSD3CLAUSE
USES= cran:auto-plist,compiles gnome
USE_GNOME= libxml2
.include <bsd.port.mk>