freebsd-ports/devel/p5-Log-Report/Makefile
2021-04-06 16:31:07 +02:00

25 lines
590 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
PORTNAME= Log-Report
PORTVERSION= 1.32
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Report a problem, pluggable handlers and language support
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Devel-GlobalDestruction>=0.09:devel/p5-Devel-GlobalDestruction \
p5-Log-Report-Optional>=1.07:devel/p5-Log-Report-Optional \
p5-String-Print>=0.91:textproc/p5-String-Print
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>