2006-01-02 12:18:32 +01:00
|
|
|
# New ports collection makefile for: p5-Cache-Memcached-Managed
|
|
|
|
# Date created: 2006-01-02
|
2006-05-01 15:52:00 +02:00
|
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
2006-01-02 12:18:32 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Cache-Memcached-Managed
|
2008-06-29 21:02:31 +02:00
|
|
|
PORTVERSION= 0.20
|
2006-06-21 22:51:59 +02:00
|
|
|
CATEGORIES= databases perl5
|
2007-10-04 01:51:38 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-01-02 12:18:32 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-05-01 15:52:00 +02:00
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
2006-01-02 12:18:32 +01:00
|
|
|
COMMENT= Provide API for managing cached information
|
|
|
|
|
2008-06-29 21:02:31 +02:00
|
|
|
RUN_DEPENDS= p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached \
|
2006-01-02 12:18:32 +01:00
|
|
|
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
2008-06-29 21:02:31 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-01-02 12:18:32 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Cache::Memcached::Managed.3 \
|
|
|
|
Cache::Memcached::Managed::Inactive.3 \
|
|
|
|
Cache::Memcached::Managed::Multi.3
|
|
|
|
|
2007-10-08 22:22:29 +02:00
|
|
|
post-extract:
|
|
|
|
@${PERL} -i.bak -ne 'print unless m,^BEGIN, .. m,^},' ${WRKSRC}/Makefile.PL
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|