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-KyotoCabinet | |
parent | 918b115433d5fcc31b35a12eea3e2afb96db56d3 (diff) |
Notes
Diffstat (limited to 'databases/p5-KyotoCabinet')
-rw-r--r-- | databases/p5-KyotoCabinet/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-KyotoCabinet/Makefile b/databases/p5-KyotoCabinet/Makefile index 5c9fb9a14259..5b4ad05d40ec 100644 --- a/databases/p5-KyotoCabinet/Makefile +++ b/databases/p5-KyotoCabinet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-KyotoCabinet -# Date created: 2011-09-19 -# Whom: Geraud CONTINSOUZAS <geraud@gcu.info> -# +# Created by: Geraud CONTINSOUZAS <geraud@gcu.info> # $FreeBSD$ -# PORTNAME= KyotoCabinet PORTVERSION= 1.18 @@ -20,7 +16,8 @@ LICENSE= GPLv3 LIB_DEPENDS= kyotocabinet:${PORTSDIR}/databases/kyotocabinet -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= KyotoCabinet.3 |