62acd73a42
Feature safe: yes
18 lines
327 B
Makefile
18 lines
327 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML
|
|
DISTVERSION= 3.95-0.1
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Tools for parsing and generating XML
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
USE_GNOME= libxml2
|
|
|
|
.include <bsd.port.mk>
|