mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
42b43ca4f7
- Fix shebangs - Add NO_ARCH MFH: 2015Q2 (blanket)
22 lines
446 B
Makefile
22 lines
446 B
Makefile
# Created by: Jens Rehsack <rehsack@liwing.de>
|
|
# $FreeBSD$
|
|
|
|
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>
|