mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
2e2abb7285
PR: ports/160169 Submitted by: sunpoet
27 lines
636 B
Makefile
27 lines
636 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= http://fallabs.com/${PORTNAME}/perlpkg/
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-perl-${PORTVERSION}
|
|
|
|
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>
|