mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
af6bda5de5
Approved by: portmgr (blanket infrastructure)
16 lines
333 B
Makefile
16 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>
|