1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/devel/p5-Log-Any/Makefile
Jun Kuriyama 28a67020df - Upgrade to 0.11.
Feature safe: yes
2010-02-17 05:52:45 +00:00

25 lines
475 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.11
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::Core.3 \
Log::Any::Adapter::Null.3 \
Log::Any::Test.3
.include <bsd.port.mk>