openbsd-ports/databases/p5-DBD-LDAP/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

23 lines
415 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/11/15 00:22:52 espie Exp $
COMMENT= DBI driver for LDAP databases
MODULES= cpan
USE_GROFF = Yes
DISTNAME= DBD-LDAP-0.09
CATEGORIES= databases perl5
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= databases/p5-DBI \
databases/p5-ldap
.include <bsd.port.mk>