1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/databases/p5-Search-Namazu/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>