1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/databases/p5-AnyEvent-BDB/Makefile
Sunpoet Po-Chuan Hsieh 61494fc222 - Support STAGEDIR
2013-09-30 15:26:59 +00:00

21 lines
457 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= AnyEvent-BDB
PORTVERSION= 1.1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Truly asynchronous Berkeley DB access
BUILD_DEPENDS= p5-AnyEvent>=3.81:${PORTSDIR}/devel/p5-AnyEvent \
p5-BDB>=1.5:${PORTSDIR}/databases/p5-BDB
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>