freebsd-ports/databases/p5-Search-Namazu/Makefile
2021-10-04 21:58:01 +02:00

18 lines
319 B
Makefile

# Created by: kuriyama
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
LIB_DEPENDS= libnmz.so:databases/namazu2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>