Files
ports/www/libapreq2/Makefile
T
Bernard Spil ba645519f2 www/libapreq2: Mark deprecated
Apache HTTP Server project announced that libapreq2 is retired.
See: https://lists.apache.org/thread/bhk82b4h0ffm9vdrdoym9yr6ghrx6jtt
2026-06-09 20:45:10 +02:00

28 lines
642 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
DEPRECATED= Project is retired by Apache HTTP Server project
EXPIRATION_DATE=2026-12-31
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>