mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
3503a3164f
adjust dependent ports
24 lines
416 B
Makefile
24 lines
416 B
Makefile
# 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
|
|
PORTREVISION= 3
|
|
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>
|