b8214c1f54
- Sort PLIST Changes: https://metacpan.org/changes/distribution/Apache-DB
21 lines
421 B
Makefile
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>
|