diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 11:32:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 11:32:20 +0000 |
commit | b88c23df873d3ba136e2b085754aa34f74ba43a6 (patch) | |
tree | 8546abdcbd2875c74667c5bc5d5d2e5af336a102 /databases/p5-tokyotyrant | |
parent | 918b115433d5fcc31b35a12eea3e2afb96db56d3 (diff) | |
download | ports-b88c23df873d3ba136e2b085754aa34f74ba43a6.tar.gz ports-b88c23df873d3ba136e2b085754aa34f74ba43a6.zip |
Notes
Diffstat (limited to 'databases/p5-tokyotyrant')
-rw-r--r-- | databases/p5-tokyotyrant/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-tokyotyrant/Makefile b/databases/p5-tokyotyrant/Makefile index ebd4d90c7449..186b38e16e64 100644 --- a/databases/p5-tokyotyrant/Makefile +++ b/databases/p5-tokyotyrant/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: perl interface to TokyoTyrant -# Date created: 17 February 2010 -# Whom: Hiroyuki Hanai <hanai@FreeBSD.org> -# +# Created by: Hiroyuki Hanai <hanai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tokyotyrant PORTVERSION= 1.16 @@ -19,7 +15,8 @@ COMMENT= Perl5 interface to the TokyoTyrant BUILD_DEPENDS= tokyotyrant>=1.1.40:${PORTSDIR}/databases/tokyotyrant LIB_DEPENDS= tokyotyrant:${PORTSDIR}/databases/tokyotyrant -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= TokyoTyrant.3 |