1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/databases/p5-tokyotyrant/Makefile
Jun Kuriyama 2e2abb7285 Update MASTER_SITE and WWW, and honor portlint.
PR:		ports/160169
Submitted by:	sunpoet
2011-08-28 22:18:00 +00:00

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>