freebsd-ports/net/p5-Net-Cassandra/Makefile
Sunpoet Po-Chuan Hsieh 99b61650d6 - Take maintainership
2014-06-30 16:42:17 +00:00

20 lines
440 B
Makefile

# 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= sunpoet@FreeBSD.org
COMMENT= Interface to Cassandra
RUN_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>