1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/databases/p5-Cache-Memcached/Makefile
Sahil Tandon 7e0b01480a - Update to 1.29
PR:		ports/148356
Submitted by:	sahil@ (myself)
Approved by:	wxs@/itetcu@ (mentors, implicit)
Feature safe:	yes
2010-07-04 16:13:45 +00:00

25 lines
552 B
Makefile

# New ports collection makefile for: p5-Cache-Memcached
# Date created: 2004-04-15
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= Cache-Memcached
PORTVERSION= 1.29
CATEGORIES= databases perl5
MASTER_SITES= CPAN \
http://www.danga.com/memcached/dist/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl API for memcached, a distributed memory cache daemon
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32
PERL_CONFIGURE= yes
MAN3= Cache::Memcached.3
.include <bsd.port.mk>