opnsense-ports/devel/p5-Log-Report/Makefile

27 lines
602 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= Log-Report
PORTVERSION= 1.28
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.03: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>