1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/databases/WWWdb/Makefile
Andrej Zverev af6bda5de5 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:18:46 +00:00

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>