blob: 01fd86efb32b7e22dbbeb763601de2620febfa59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: 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
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>
|