diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-11-05 01:14:44 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-11-05 01:14:44 +0000 |
commit | f682ed7a04625606a4e4227427a564a9267f608b (patch) | |
tree | 8864ce20e81e8f06bdf812101c91a62a68d7d161 /sysutils/p5-File-Log/Makefile | |
parent | 0b6987a55e586c3b8183821e57fa24590d51c00f (diff) | |
download | ports-f682ed7a04625606a4e4227427a564a9267f608b.tar.gz ports-f682ed7a04625606a4e4227427a564a9267f608b.zip |
Notes
Diffstat (limited to 'sysutils/p5-File-Log/Makefile')
-rw-r--r-- | sysutils/p5-File-Log/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/p5-File-Log/Makefile b/sysutils/p5-File-Log/Makefile new file mode 100644 index 000000000000..80d17345fc74 --- /dev/null +++ b/sysutils/p5-File-Log/Makefile @@ -0,0 +1,20 @@ +# 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= tom@tomjudge.com +COMMENT= A simple Object Orientated Logger + +PERL_CONFIGURE= yes + +MAN3= File::Log.3 + +.include <bsd.port.mk> |