mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
18 lines
330 B
Makefile
18 lines
330 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML
|
|
DISTVERSION= 3.98-1.16
|
|
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>
|