mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
20 lines
335 B
Makefile
20 lines
335 B
Makefile
# Created by: kuriyama
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Search-Namazu
|
|
PORTVERSION= 0.96
|
|
PORTREVISION= 4
|
|
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>
|