freebsd-ports/www/p5-Apache-DB/Makefile
Tijl Coosemans 1b6b6d972f Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:26:09 +00:00

21 lines
399 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Apache-DB
PORTVERSION= 0.14
PORTREVISION= 4
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Debugging and profiling tools for mod_perl
RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2
USES= perl5
USE_PERL5= configure
USE_APACHE_RUN= 22+
.include <bsd.port.mk>