blob: 08c2dae023b737e036a8e3d417924620b582fdc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= xml2
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Parse XML
LICENSE= MIT
USES= cran:auto-plist,compiles gnome
USE_GNOME= libxml2
.include <bsd.port.mk>
|