aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Cache-Memcached-XS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-Cache-Memcached-XS/Makefile')
-rw-r--r--databases/p5-Cache-Memcached-XS/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/databases/p5-Cache-Memcached-XS/Makefile b/databases/p5-Cache-Memcached-XS/Makefile
new file mode 100644
index 000000000000..835fe141ace6
--- /dev/null
+++ b/databases/p5-Cache-Memcached-XS/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: Cache-Memcached-XS
+# Date created: 8 September 2006
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Cache-Memcached-XS
+PORTVERSION= 0.01
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Cache
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Client library for memcached using libmemcache
+
+LIB_DEPENDS= memcache.4:${PORTSDIR}/databases/libmemcache
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+CONFIGURE_ARGS= INC="-I${LOCALBASE}/include"
+
+MAN3= Cache::Memcached::XS.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500806
+IGNORE= requires perl 5.8.6 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
t'>| | | | | | | | | | | PR: ports/131580 Submitted by: Mitchell Smith (mjs@bur.st) (maintainer) - Update maintainer address - Use USERS - Use LICENSE * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-5/+4 | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. * - Get Rid MD5 supportmiwi2011-03-201-1/+0 | * Reset q@onthenet.com.au due to maintiner-timeouts and no response to email.linimon2010-06-181-1/+1 | | | | Hat: portmgr * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# * - Remove conditional checks relevant only on FreeBSD 5.x and olderpav2009-01-061-8/+1 |