b5482324dc
LIB_DEPENDS in databases
22 lines
386 B
Makefile
22 lines
386 B
Makefile
# Created by: kuriyama
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Search-Namazu
|
|
PORTVERSION= 0.96
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Namazu library module for perl
|
|
|
|
LIB_DEPENDS= libnmz.so:${PORTSDIR}/databases/namazu2
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Search::Namazu.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|