aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/linux-c6-expat/Makefile
blob: b212984d9b502677a177c0d6b3fca9d21cb9ad0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$

PORTNAME=   expat
PORTVERSION=    2.0.1
PORTREVISION=   5
CATEGORIES= textproc linux

MAINTAINER= emulation@FreeBSD.org
COMMENT=    XML 1.0 parser written in C (Linux CentOS ${LINUX_DIST_VER})

DESCR=      ${.CURDIR}/../${PORTNAME}2/pkg-descr
RPMVERSION= 13.el6_8
USES=       linux:c6
USE_LDCONFIG=   yes
USE_LINUX_RPM=  yes

.include <bsd.port.mk>