blob: 0aacbf6df479e75d9a00421a1698ac9d3cb5d4e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Jens Rehsack <rehsack@liwing.de>
PORTNAME= WWWdb
PORTVERSION= 0.8.3
PORTREVISION= 2
CATEGORIES= databases perl5 www
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl based generic WWW DB interface / frontend
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= INSTALL.pl
NO_ARCH= yes
.include <bsd.port.mk>
|