summaryrefslogtreecommitdiff
path: root/devel/p5-Log-Log4perl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Log-Log4perl/Makefile')
-rw-r--r--devel/p5-Log-Log4perl/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/p5-Log-Log4perl/Makefile b/devel/p5-Log-Log4perl/Makefile
new file mode 100644
index 00000000000..0e98f463de3
--- /dev/null
+++ b/devel/p5-Log-Log4perl/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/13 15:23:10 rhaen Exp $
+#
+
+DISTNAME= Log-Log4perl-1.16
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
+
+MAINTAINER= rhaen@NetBSD.org
+HOMEPAGE= http://log4perl.sourceforge.net/
+COMMENT= Log::Log4perl - Log4j implementation for Perl
+
+PERL5_PACKLIST= auto/Log/Log4perl/.packlist
+PKG_DESTDIR_SUPPORT=user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"