freebsd-ports/devel/p5-Log-Any/Makefile
2009-11-06 15:02:49 +00:00

22 lines
426 B
Makefile

# New ports collection makefile for: Log::Any
# Date created: 30 Aug 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Log-Any
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to bring loggers and listeners together
PERL_CONFIGURE= yes
MAN3= Log::Any.3 \
Log::Any::Adapter::Null.3
.include <bsd.port.mk>