freebsd-ports/devel/p5-Tie-DB_File-SplitHash/Makefile
2003-10-24 04:21:35 +00:00

25 lines
600 B
Makefile

# New ports collection makefile for: devel/p5-Tie-DB_File-SplitHash
# Date created: Oct 23 2003
# Whom: clsung@dragon2.net
#
# $FreeBSD$
#
PORTNAME= Tie-DB_File-SplitHash
PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@dragon2.net
COMMENT= A wrapper around the DB_File Berkeley database system
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Tie::DB_File::SplitHash.3
.include <bsd.port.mk>