freebsd-ports/www/p5-Apache-DB/Makefile
2021-04-06 16:31:07 +02:00

24 lines
513 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= Apache-DB
PORTVERSION= 0.18
PORTREVISION= 1
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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Apache/DB/DB.so
.include <bsd.port.mk>