freebsd-ports/databases/p5-Search-Namazu/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

19 lines
335 B
Makefile

# Created by: kuriyama
# $FreeBSD$
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>