freebsd-ports/www/p5-Apache-DB/Makefile
2019-04-24 17:43:05 +00:00

21 lines
421 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Apache-DB
PORTVERSION= 0.16
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Debugging and profiling tools for mod_perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2
USES= apache:run,2.2+ perl5
USE_PERL5= configure
.include <bsd.port.mk>