mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
21 lines
434 B
Makefile
21 lines
434 B
Makefile
# 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>
|