1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/databases/WWWdb/Makefile
Dmitry Marakasov 42b43ca4f7 - Add LICENSE
- Fix shebangs
- Add NO_ARCH

MFH:		2015Q2 (blanket)
2015-06-09 19:52:41 +00:00

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>