mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
15 lines
289 B
Makefile
15 lines
289 B
Makefile
PORTNAME= xml2
|
|
PORTVERSION= 1.3.5
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Parse XML
|
|
WWW= https://cran.r-project.org/web/packages/xml2/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cran:auto-plist,compiles gnome
|
|
USE_GNOME= libxml2
|
|
|
|
.include <bsd.port.mk>
|