56125c0f37
libmemcache.
33 lines
827 B
Makefile
33 lines
827 B
Makefile
# 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>
|