1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/www/libapreq2/Makefile
Jochen Neumeister 6a8f011408 www/libapreq2: Update to 2.17
Changelog: https://httpd.apache.org/apreq/docs/libapreq2/apreq_changes.html

Reviewed by:	brnrd
With hat:	Apache Team
Sponsored by:	Netzkommune GmbH
2023-03-19 10:34:28 +01:00

25 lines
553 B
Makefile

PORTNAME= libapreq2
PORTVERSION= 2.17
PORTREVISION= 0
CATEGORIES= www devel
MASTER_SITES= APACHE_HTTPD/libapreq
MAINTAINER= apache@FreeBSD.org
COMMENT= Generic Apache2 Request Library
WWW= https://metacpan.org/dist/libapreq2
LICENSE= APACHE20
LIB_DEPENDS= libapr-1.so:devel/apr1 \
libaprutil-1.so:devel/apr1 \
libexpat.so:textproc/expat2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
INSTALL_TARGET= install-strip
USES= apache cpe libtool
CPE_VENDOR= apache
USE_LDCONFIG= yes
.include <bsd.port.mk>