1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix COMMENT

- Specifically disable dtrace support so that if it's enabled in the
  system it doesn't cause a build failure. Need to chase this more.
This commit is contained in:
Steve Wills 2012-04-25 19:27:12 +00:00
parent 233f971a1c
commit 02e3d68a65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295522

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= swills@FreeBSD.org
COMMENT= Report on and update an SQLite database
COMMENT= Thin fast full interface to the libmemcached client API
PERL_CONFIGURE= yes
USE_LDCONFIG= yes
@ -48,6 +48,6 @@ MAN3= Memcached::libmemcached.3 \
Memcached::libmemcached::memcached_version.3
post-patch:
@${REINPLACE_CMD} -e '/my $$configure_args/ s|--disable-shared|& --without-memcached|' ${WRKSRC}/Makefile.PL
@${REINPLACE_CMD} -e '/my $$configure_args/ s|--disable-shared|& --without-memcached --disable-dtrace|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>