1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/databases/p5-tokyotyrant/Makefile
2010-02-17 03:57:40 +00:00

26 lines
619 B
Makefile

# ports collection makefile for: perl interface to TokyoTyrant
# Date created: 17 February 2010
# Whom: Hiroyuki Hanai <hanai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tokyotyrant
PORTVERSION= 1.16
CATEGORIES= databases perl5
MASTER_SITES= http://1978th.net/tokyotyrant/perlpkg/
DISTNAME= ${PORTNAME}-perl-${PORTVERSION}
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl5 interface to the TokyoTyrant
BUILD_DEPENDS= tokyotyrant>=1.1.40:${PORTSDIR}/databases/tokyotyrant
LIB_DEPENDS= tokyotyrant:${PORTSDIR}/databases/tokyotyrant
PERL_CONFIGURE= yes
MAN3= TokyoTyrant.3
.include <bsd.port.mk>