freebsd-ports/textproc/R-cran-XML/Makefile
TAKATSU Tomonari f54eccf978 - Update to 3.98-1.5
- Add "compiles" argument to USES=cran
2016-12-04 09:03:02 +00:00

17 lines
329 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML
DISTVERSION= 3.98-1.5
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for parsing and generating XML
LICENSE= BSD2CLAUSE
USES= cran:auto-plist,compiles
USE_GNOME= libxml2
.include <bsd.port.mk>