summaryrefslogtreecommitdiff
path: root/databases/p5-Net-MySQL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-Net-MySQL/Makefile')
-rw-r--r--databases/p5-Net-MySQL/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/p5-Net-MySQL/Makefile b/databases/p5-Net-MySQL/Makefile
new file mode 100644
index 00000000000..7d856bce9ad
--- /dev/null
+++ b/databases/p5-Net-MySQL/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/05 23:08:02 rillig Exp $
+#
+
+DISTNAME= Net-MySQL-0.09
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/O/OY/OYAMA/
+
+MAINTAINER= ficovh@yahoo.com
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/O/OY/OYAMA/
+COMMENT= Net::MySQL - Pure Perl MySQL network protocol interface
+
+PERL5_PACKLIST= auto/Net/MySQL/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"