1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/databases/p5-Search-Namazu/Makefile
2021-04-06 16:31:07 +02:00

19 lines
323 B
Makefile

# Created by: kuriyama
PORTNAME= Search-Namazu
PORTVERSION= 0.96
PORTREVISION= 5
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Namazu library module for perl
LIB_DEPENDS= libnmz.so:databases/namazu2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>