diff options
Diffstat (limited to 'databases/p5-TokyoCabinet/Makefile')
-rw-r--r-- | databases/p5-TokyoCabinet/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/p5-TokyoCabinet/Makefile b/databases/p5-TokyoCabinet/Makefile index c01cfb0..c460c86 100644 --- a/databases/p5-TokyoCabinet/Makefile +++ b/databases/p5-TokyoCabinet/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: TokyoCabinet -# Date created: 03 May 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= TokyoCabinet PORTVERSION= 1.34 @@ -19,7 +14,8 @@ COMMENT= Perl extension for TokyoCabinet LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= TokyoCabinet.3 |