diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2011-12-20 23:24:30 +0800 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2011-12-20 23:24:30 +0800 |
commit | be135f91ea12d97d4df31978610279af6d54189e (patch) | |
tree | d0211f6ff0a112f55ab0202da9ef637c6e6336bf /dns/maradns/Makefile | |
parent | 752fe750e7be2e698021b28624078b688d621f6f (diff) | |
download | freebsd-ports-gnome-be135f91ea12d97d4df31978610279af6d54189e.tar.gz freebsd-ports-gnome-be135f91ea12d97d4df31978610279af6d54189e.tar.zst freebsd-ports-gnome-be135f91ea12d97d4df31978610279af6d54189e.zip |
- Update to 1.4.07
- Add LICENSE
PR: ports/163325
Submitted by: Takefu <takefu@airport.fm>
Diffstat (limited to 'dns/maradns/Makefile')
-rw-r--r-- | dns/maradns/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index d4c3ab83e48f..3aff6f36c82c 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -6,8 +6,7 @@ # PORTNAME= maradns -PORTVERSION= 1.4.06 -PORTREVISION= 1 +PORTVERSION= 1.4.07 CATEGORIES= dns MASTER_SITES= http://www.maradns.org/download/1.4/${PORTVERSION}/ \ SF/${PORTNAME}/MaraDNS/${PORTVERSION}/ @@ -15,9 +14,13 @@ MASTER_SITES= http://www.maradns.org/download/1.4/${PORTVERSION}/ \ MAINTAINER= decke@FreeBSD.org COMMENT= DNS server with focus on security and simplicity +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + REINPLACE_ARGS= -i "" MAKE_ENV= FLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" +USE_BZIP2= yes USE_RC_SUBR= ${PORTNAME} zoneserver USERS= bind GROUPS= bind |