1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/databases/WWWdb/Makefile
2021-04-06 16:31:07 +02:00

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>