openbsd-ports/databases/p5-DBI/Makefile
marc cb73ca98dd comment out the BROKEN reason for all ports where the reason
was source files out of date and we have a copy of the required
version on ftp.openbsd.org
1998-10-18 05:01:58 +00:00

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>