giovanni c0e6b4e696 update to 1.30
ipv6 support added and bugs fixed
rework regression tests to let them run interactively
2014-07-13 21:31:02 +00:00

26 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.11 2014/07/13 21:31:02 giovanni Exp $
COMMENT= pure perl client interface to memcached
MODULES= cpan
DISTNAME= Cache-Memcached-1.30
CATEGORIES= devel
HOMEPAGE= http://www.danga.com/memcached/
# perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-String-CRC32
TEST_DEPENDS= misc/memcached
pre-test:
${LOCALBASE}/bin/memcached -d -l 127.0.0.1 -p 11211
post-test:
pkill memcached
.include <bsd.port.mk>