summaryrefslogtreecommitdiff
path: root/databases/p5-Net-Cassandra/Makefile
blob: 55f7843dca19e4441b86ff939c44d48e6f1c08bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: Makefile,v 1.10 2016/06/08 19:22:29 wiz Exp $
#

DISTNAME=		Net-Cassandra-0.35
PKGNAME=		p5-${DISTNAME}
PKGREVISION=		7
CATEGORIES=		databases perl5
MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Net/}

MAINTAINER=		tonnerre@NetBSD.org
HOMEPAGE=		http://search.cpan.org/dist/Net-Cassandra/
COMMENT=		Perl5 module for accessing the Cassandra database

DEPENDS+=		p5-Bit-Vector>=0:../../devel/p5-Bit-Vector
DEPENDS+=		p5-Moose>=0.56:../../devel/p5-Moose
DEPENDS+=		p5-MooseX-StrictConstructor>=0:../../devel/p5-MooseX-StrictConstructor

USE_LANGUAGES=		# empty
PERL5_PACKLIST=		auto/Net/Cassandra/.packlist

post-patch:
	${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \;

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"