diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-02-17 22:12:38 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-02-17 22:12:38 +0000 |
commit | 9db3dbadcdaeb688c8c9a0263a06b557dce4b7a1 (patch) | |
tree | 279009f5d88a1a53fed3dc9eb38ec6e30e89a388 /databases/p5-CDB_File/Makefile | |
parent | ba99e660496b473a51285c24f5237951fa3480f1 (diff) | |
download | ports-9db3dbadcdaeb688c8c9a0263a06b557dce4b7a1.tar.gz ports-9db3dbadcdaeb688c8c9a0263a06b557dce4b7a1.zip |
Notes
Diffstat (limited to 'databases/p5-CDB_File/Makefile')
-rw-r--r-- | databases/p5-CDB_File/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/p5-CDB_File/Makefile b/databases/p5-CDB_File/Makefile index 6f244589d14b..825b1a4d6133 100644 --- a/databases/p5-CDB_File/Makefile +++ b/databases/p5-CDB_File/Makefile @@ -7,18 +7,20 @@ # PORTNAME= CDB_File -PORTVERSION= 0.91 +PORTVERSION= 0.92 CATEGORIES= databases perl5 MASTER_SITES= $(MASTER_SITE_PERL_CPAN) -MASTER_SITE_SUBDIR= CDB_File/TIMPX +MASTER_SITE_SUBDIR= CDB_File PKGNAMEPREFIX= p5- MAINTAINER= nistor@snickers.org +COMMENT= "Perl5 interface to the CDB package" PERL_CONFIGURE= yes +INSTALLS_SHLIB= YES ALL_TARGET= all test MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= CDB_File.3 +MAN3= CDB_File.3 .include <bsd.port.mk> |