summaryrefslogtreecommitdiff
path: root/databases/WWWdb/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 07:12:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 07:12:22 +0000
commit09c97c76c2b435a542fc83008cd45dbf2c0a28d6 (patch)
treed05fddceb9873e4517e893715ecf1da2687acc7f /databases/WWWdb/Makefile
parentNew port: xnodecor (x11 utility on OverrideRedirect attribute) (diff)
new port database/WWWdb-0.8.2
A flexible web-enabled frontend and application-server for different databases ... that is WWWdb PR: ports/45522 Submitted by: Jens Rehsack <rehsack@liwing.de>
Notes
Notes: svn path=/head/; revision=88749
Diffstat (limited to 'databases/WWWdb/Makefile')
-rw-r--r--databases/WWWdb/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/databases/WWWdb/Makefile b/databases/WWWdb/Makefile
new file mode 100644
index 000000000000..c7f6a22603bb
--- /dev/null
+++ b/databases/WWWdb/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: WWWdb
+# Date created: Wed Nov 20 11:37:33 CET 2002
+# Whom: Jens Rehsack <rehsack@liwing.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= WWWdb
+PORTVERSION= 0.8.2
+CATEGORIES= databases perl5 www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= wwwdb
+
+MAINTAINER= rehsack@liwing.de
+COMMENT= A Perl based generic WWW DB interface / frontend
+
+PERL_CONFIGURE= yes
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= WWWdb::Base.3 \
+ WWWdb::DbSession.3 \
+ WWWdb::List.3 \
+ WWWdb::Session.3 \
+ WWWdb::Plugin.3 \
+ WWWdb::Hash.3 \
+ WWWdb::HTML.3 \
+
+.include <bsd.port.mk>