blob: a762e1f34227e2c9680a79687b206d5a95807910 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: R-cran-XML
# Date created: 2011-08-06
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML
DISTVERSION= 3.9-4
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>
|