diff options
Diffstat (limited to 'databases/p5-CDB_File/Makefile')
-rw-r--r-- | databases/p5-CDB_File/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/p5-CDB_File/Makefile b/databases/p5-CDB_File/Makefile new file mode 100644 index 000000000000..2bc8e24007b4 --- /dev/null +++ b/databases/p5-CDB_File/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# New ports collection makefile for: p5-CDB_Fiile +# Date created: 24 June 2001 +# Whom: Jon Nistor <nistor@snickers.org> +# +# $FreeBSD$ +# + +PORTNAME= CDB_File +PORTVERSION= 0.86 +CATEGORIES= databases perl5 +MASTER_SITES= $(MASTER_SITE_PERL_CPAN) +MASTER_SITE_SUBDIR= CDB_File/TIMPX +PKGNAMEPREFIX= p5- + +MAINTAINER= nistor@snickers.org + +PERL_CONFIGURE= yes +ALL_TARGET= all test + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= CDB_File.3 + +.include <bsd.port.mk> |