mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
c634b4bb83
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
23 lines
459 B
Makefile
23 lines
459 B
Makefile
# New ports collection makefile for: p5-Tie-DB_FileLock
|
|
# Date created: August 17 2000
|
|
# Whom: Josh Tiefenbach <josh@zipperup.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Tie-DB_FileLock
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Tie
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= josh@zipperup.org
|
|
COMMENT= Locking access to Berkeley DB v1.x
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Tie::DB_FileLock.3
|
|
|
|
.include <bsd.port.mk>
|