aboutsummaryrefslogtreecommitdiff
path: root/databases/mdcached/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-03-06 11:47:42 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-03-06 11:47:42 +0000
commit688147145473e2cbfde24fc8c52af5d0db66cbb1 (patch)
treeea0e3f8b81443623688dd7c16ed8289f29573c37 /databases/mdcached/Makefile
parent336c5e2d4e991802727754a4701ea51eb4326a95 (diff)
downloadports-688147145473e2cbfde24fc8c52af5d0db66cbb1.tar.gz
ports-688147145473e2cbfde24fc8c52af5d0db66cbb1.zip
Update to 1.0.3 release and add LICENSE.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=292823
Diffstat (limited to 'databases/mdcached/Makefile')
-rw-r--r--databases/mdcached/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mdcached/Makefile b/databases/mdcached/Makefile
index c62566760ac9..ca152384e0e6 100644
--- a/databases/mdcached/Makefile
+++ b/databases/mdcached/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mdcached
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.3
CATEGORIES= databases net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
@@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ivoras@FreeBSD.org
COMMENT= A high performance cache server similar to memcached
+LICENSE= BSD
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes