2a31b6d2e3
Changes: http://search.cpan.org/dist/Net-Cassandra/Changes PR: ports/143769 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (gslin@gslin.org; 14 days) Feature safe: yes
24 lines
528 B
Makefile
24 lines
528 B
Makefile
# New ports collection makefile for: p5-Net-Cassandra
|
|
# Date created: 2009-07-15
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Cassandra
|
|
PORTVERSION= 0.35
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Interface to Cassandra
|
|
|
|
RUN_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
|
|
p5-MooseX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor
|
|
|
|
MAN3= Net::Cassandra.3
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|