aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-XML/Makefile
blob: 922bdc688331402186cf9a4f5ce4e7be0d042c7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	XML
DISTVERSION=	3.99-0.6
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>