mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
d7b07fbc8b
- Change LICENSE from GPLv2 to BSD2CLAUSE
18 lines
320 B
Makefile
18 lines
320 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML
|
|
DISTVERSION= 3.98-1.2
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Tools for parsing and generating XML
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= cran:auto-plist
|
|
USE_GNOME= libxml2
|
|
|
|
.include <bsd.port.mk>
|