openbsd-ports/databases/p5-DBI/Makefile
2003-03-30 06:11:20 +00:00

22 lines
470 B
Makefile

# $OpenBSD: Makefile,v 1.28 2003/03/30 06:11:20 shell Exp $
COMMENT= "unified perl interface for database access"
DISTNAME= DBI-1.35
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
HOMEPAGE= http://dbi.perl.org/index.html
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>