cb73ca98dd
was source files out of date and we have a copy of the required version on ftp.openbsd.org
19 lines
365 B
Makefile
19 lines
365 B
Makefile
# $OpenBSD: Makefile,v 1.3 1998/10/18 05:02:04 marc Exp $
|
|
#
|
|
|
|
DISTNAME= DBI-0.93
|
|
PKGNAME= p5-DBI-0.93
|
|
CATEGORIES= databases perl5
|
|
|
|
#BROKEN= "newer version available"
|
|
|
|
MAINTAINER= ports@0penbsd.org
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= DBI
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} /usr/bin/perl Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|