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-CDB_File | |
parent | 918b115433d5fcc31b35a12eea3e2afb96db56d3 (diff) | |
download | ports-b88c23df873d3ba136e2b085754aa34f74ba43a6.tar.gz ports-b88c23df873d3ba136e2b085754aa34f74ba43a6.zip |
Notes
Diffstat (limited to 'databases/p5-CDB_File')
-rw-r--r-- | databases/p5-CDB_File/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/databases/p5-CDB_File/Makefile b/databases/p5-CDB_File/Makefile index 012895910279..c0f4a9dcc0e6 100644 --- a/databases/p5-CDB_File/Makefile +++ b/databases/p5-CDB_File/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: p5-CDB_Fiile -# Date created: 24 June 2001 -# Whom: Jon Nistor <nistor@snickers.org> -# +# Created by: Jon Nistor <nistor@snickers.org> # $FreeBSD$ -# PORTNAME= CDB_File PORTVERSION= 0.97 @@ -15,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= nistor@snickers.org COMMENT= Perl5 interface to the CDB package -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CDB_File.3 |