openbsd-ports/databases/p5-DBI/Makefile

24 lines
508 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2002/04/19 17:48:18 shell Exp $
1998-03-24 12:50:16 -05:00
COMMENT= "unified perl interface for database access"
2001-04-02 11:57:11 -04:00
2002-02-07 04:20:04 -05:00
DISTNAME= DBI-1.21
2001-04-02 11:57:11 -04:00
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
NEED_VERSION= 1.524
2001-04-02 11:57:11 -04:00
1999-05-14 00:54:31 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI
1998-03-24 12:50:16 -05:00
HOMEPAGE= http://dbi.perl.org/index.html
2001-04-17 02:26:52 -04:00
MAINTAINER= Shell Hung <shell@openbsd.org>
1998-03-24 12:50:16 -05:00
2000-03-14 00:08:47 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
1998-03-24 12:50:16 -05:00
.include <bsd.port.mk>