freebsd-ports/sysutils/p5-File-Log/Makefile
Andrej Zverev df895bd769 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-07 06:47:20 +00:00

21 lines
394 B
Makefile

# New ports collection makefile for: p5-File-Log
# Date created: 2010-10-4
# Whom: Tom Judge <tom@tomjudge.com>
#
# $FreeBSD$
PORTNAME= File-Log
PORTVERSION= 1.05
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tj@FreeBSD.org
COMMENT= A simple Object Orientated Logger
USES= perl5
USE_PERL5= configure
MAN3= File::Log.3
.include <bsd.port.mk>