23 lines
479 B
Makefile
23 lines
479 B
Makefile
# $OpenBSD: Makefile,v 1.8 2005/07/06 23:18:10 jolan Exp $
|
|
|
|
COMMENT= "safe concurrent access to MLDBM databases"
|
|
|
|
VERSION= 0.30
|
|
DISTNAME= MLDBM-Sync-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MLDBM/}
|
|
|
|
RUN_DEPENDS= :p5-MLDBM-*:devel/p5-MLDBM
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|