openbsd-ports/databases/p5-DBI/Makefile
2003-06-14 10:05:39 +00:00

22 lines
470 B
Makefile

# $OpenBSD: Makefile,v 1.29 2003/06/14 10:05:39 shell Exp $
COMMENT= "unified perl interface for database access"
DISTNAME= DBI-1.37
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>