4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
25 lines
568 B
Makefile
25 lines
568 B
Makefile
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-ZooKeeper
|
|
PORTVERSION= 0.39
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Perl extension for Apache ZooKeeper
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LIB_DEPENDS= libzookeeper_mt.so:devel/libzookeeper
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ARGS+= --zookeeper-include ${PREFIX}/include \
|
|
--zookeeper-lib ${PREFIX}/libs
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/ZooKeeper/ZooKeeper.so
|
|
|
|
.include <bsd.port.mk>
|