blob: c7f6a22603bb3e1115ecd0894474c0e1ca6fce41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>
|