aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Search-Namazu/Makefile
blob: 73d99e6e70f21a858c91bdbeefbc443508fca579 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	Search-Namazu
PORTVERSION=	0.96
PORTREVISION=	5
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Namazu library module for perl
WWW=		https://www.akaneiro.jp/Search-Namazu/

LIB_DEPENDS=	libnmz.so:databases/namazu2

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>