blob: 2e5d441c2fce327f8963d871ea7d6ed899c0bfc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= XML
DISTVERSION= 3.99-0.18
PORTREVISION= 1
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>
|