mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 22:39:16 -04:00
18 lines
345 B
Makefile
18 lines
345 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML
|
|
DISTVERSION= 3.98-1.9
|
|
PORTREVISION= 1
|
|
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>
|