036b8fb7a8
- Add LICENSE - Update *_DEPENDS: change from devel/p5-Log-Any-Adapter to devel/p5-Log-Any - Fix *_DEPENDS: File::Temp 0.20+ is already in all supported Perl releases - Sort PLIST Changes: http://search.cpan.org/dist/Log-Any-Adapter-Log4perl/Changes
23 lines
492 B
Makefile
23 lines
492 B
Makefile
# Created by: Evgeniy Kosov <evgeniy@kosov.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Log-Any-Adapter-Log4perl
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Log::Any adapter for Log4perl
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Log-Any>=0:${PORTSDIR}/devel/p5-Log-Any \
|
|
p5-Log-Log4perl>=1.32:${PORTSDIR}/devel/p5-Log-Log4perl
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|