af6bda5de5
Approved by: portmgr (blanket infrastructure)
15 lines
333 B
Makefile
15 lines
333 B
Makefile
# Created by: Jens Rehsack <rehsack@liwing.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WWWdb
|
|
PORTVERSION= 0.8.3
|
|
CATEGORIES= databases perl5 www
|
|
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Perl based generic WWW DB interface / frontend
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|