1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/databases/p5-MLDBM/Makefile
Steve Price 638af7f67e Look in the right place for dependencies.
PR:		10386
Submitted by:	Tom Hukins <tom@eborcom.com>
1999-04-03 00:58:54 +00:00

29 lines
849 B
Makefile

# New ports collection makefile for: p5-MLDBM
# Version required: 2.00
# Date created: December 3 1997
# Whom: ache@freebsd.org
#
# $Id: Makefile,v 1.7 1998/09/15 21:31:31 asami Exp $
#
DISTNAME= MLDBM-2.00
PKGNAME= p5-MLDBM-2.00
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MLDBM
MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
USE_PERL5= YES
MAN3= MLDBM.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>