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

PORTNAME=   XML
DISTVERSION=    3.95-0.1
PORTREVISION=   1
CATEGORIES= textproc
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Tools for parsing and generating XML

LICENSE=    BSD

USE_R_MOD=  yes
R_MOD_AUTOPLIST=    yes
USE_GNOME=  libxml2

.include <bsd.port.mk>