openbsd-ports/databases/p5-DBI/Makefile

22 lines
470 B
Makefile
Raw Normal View History

2002-07-20 00:40:13 -04:00
# $OpenBSD: Makefile,v 1.27 2002/07/20 04:40:13 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-07-20 00:40:13 -04:00
DISTNAME= DBI-1.30
2001-04-02 11:57:11 -04:00
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
2001-04-02 11:57:11 -04:00
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=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>