openbsd-ports/databases/p5-DBI/Makefile
simon 91740b57d2 update to version 1.59, add license comment and take over maintainership
tested & ok merdely@, approved by mjc@ (former maintainer)
2007-09-16 09:38:01 +00:00

24 lines
478 B
Makefile

# $OpenBSD: Makefile,v 1.46 2007/09/16 09:38:01 simon Exp $
SHARED_ONLY= Yes
COMMENT= unified perl interface for database access
MODULES= cpan
DISTNAME= DBI-1.59
CATEGORIES= databases
HOMEPAGE= http://dbi.perl.org/
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-PlRPC->=0.2017:net/p5-PlRPC
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>