aboutsummaryrefslogtreecommitdiff
path: root/www/libapreq2/Makefile
blob: 4e246a3fe6e006724f2f49d8d4f986d8f50ed6d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Autrijus Tang <autrijus@autrijus.org>

PORTNAME=	libapreq2
PORTVERSION=	2.13
PORTREVISION=	5
CATEGORIES=	www devel
MASTER_SITES=	APACHE_HTTPD/libapreq

MAINTAINER=	apache@FreeBSD.org
COMMENT=	Generic Apache2 Request Library

LICENSE=	APACHE20

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
INSTALL_TARGET=	install-strip
USES=		apache:2.2+ libtool
USE_LDCONFIG=	yes

.include <bsd.port.mk>