freebsd-ports/databases/p5-Search-Namazu/Makefile

23 lines
386 B
Makefile
Raw Normal View History

# Created by: kuriyama
2002-06-19 11:05:33 +02:00
# $FreeBSD$
PORTNAME= Search-Namazu
PORTVERSION= 0.96
PORTREVISION= 2
2002-06-19 11:05:33 +02:00
CATEGORIES= databases perl5
MASTER_SITES= CPAN
2002-06-19 11:05:33 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Namazu library module for perl
2002-06-19 11:05:33 +02:00
LIB_DEPENDS= libnmz.so:${PORTSDIR}/databases/namazu2
2002-06-19 11:05:33 +02:00
USES= perl5
USE_PERL5= configure
2002-06-19 11:05:33 +02:00
MAN3= Search::Namazu.3
NO_STAGE= yes
.include <bsd.port.mk>