freebsd-ports/devel/p5-Tie-DB_File-SplitHash/Makefile
Frederic Culot 1f150690e1 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-09 06:50:02 +00:00

24 lines
531 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.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A wrapper around the DB_File Berkeley database system
BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Tie::DB_File::SplitHash.3
.include <bsd.port.mk>