aboutsummaryrefslogtreecommitdiff
path: root/databases/WWWdb
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-09 19:52:41 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-09 19:52:41 +0000
commit42b43ca4f7d0df214776d5b11fe8bb8effaff62a (patch)
tree5472b27723d1c2e890807a693ddee68303e487b9 /databases/WWWdb
parent6987c58a85871bb560781fc1204b05adfebbfc39 (diff)
downloadports-42b43ca4f7d0df214776d5b11fe8bb8effaff62a.tar.gz
ports-42b43ca4f7d0df214776d5b11fe8bb8effaff62a.zip
- Add LICENSE
- Fix shebangs - Add NO_ARCH MFH: 2015Q2 (blanket)
Notes
Notes: svn path=/head/; revision=388989
Diffstat (limited to 'databases/WWWdb')
-rw-r--r--databases/WWWdb/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/databases/WWWdb/Makefile b/databases/WWWdb/Makefile
index 5dc3df5bcf0c..af730034be88 100644
--- a/databases/WWWdb/Makefile
+++ b/databases/WWWdb/Makefile
@@ -3,14 +3,19 @@
PORTNAME= WWWdb
PORTVERSION= 0.8.3
-PORTREVISION= 1
+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
-USES= perl5
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= perl5 shebangfix
USE_PERL5= configure
+SHEBANG_FILES= INSTALL.pl
+NO_ARCH= yes
.include <bsd.port.mk>