aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mdcached/Makefile
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2012-03-06 19:47:42 +0800
committerale <ale@FreeBSD.org>2012-03-06 19:47:42 +0800
commite7b2062f4cdb8ee89c32734f5cf37a818e45e4ce (patch)
tree29ccc100c315930441d1a863005b3fa49747c6c0 /databases/mdcached/Makefile
parent78f47c337af543f9be9859f3f8cb89400c80d44b (diff)
downloadfreebsd-ports-gnome-e7b2062f4cdb8ee89c32734f5cf37a818e45e4ce.tar.gz
freebsd-ports-gnome-e7b2062f4cdb8ee89c32734f5cf37a818e45e4ce.tar.zst
freebsd-ports-gnome-e7b2062f4cdb8ee89c32734f5cf37a818e45e4ce.zip
Update to 1.0.3 release and add LICENSE.
Submitted by: maintainer
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