mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
259449df56
Security: CVE-2017-9233
21 lines
364 B
Makefile
21 lines
364 B
Makefile
# Created by: Dirk Froemberg <dirk@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= expat
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= XML 1.0 parser written in C
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= default
|
|
USES= libtool pathfix tar:bz2
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|