1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/p5-DB_File-Lock/Makefile
Norikatsu Shigemura 54b5ff2c6a Add devel/p5-DB_File-Lock, a wrapper for the DB_File module, adding
locking, extremely lightweight.

This module provides the similar functionality to Tie::DB_LockFile,
but also supports DB_RECNO.

Reviewed by:		knu (mentor)
Approved by:		knu (mentor)
2002-08-16 02:05:51 +00:00

24 lines
436 B
Makefile

# New ports collection makefile for: p5-DB_File-Lock
# Date created: 2002/08/15
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= DB_File-Lock
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DB_File
PKGNAMEPREFIX= p5-
MAINTAINER= nork@FreeBSD.org
PERL_CONFIGURE= yes
MAN3= DB_File::Lock.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>