freebsd-ports/devel/p5-Log-Report/Makefile
Lars Thegler 0099ec8f5b - Update to 1.05
- Add LICENSE
- Add BUILD_DEPENDS
- Remove outdated DISTNAME

Changes:        http://search.cpan.org/dist/Log-Report/ChangeLog

PR:		196492
Submitted by:	sunpoet
2015-01-05 16:13:36 +00:00

25 lines
657 B
Makefile

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