Files
bsdports/perl5/p5-DBI/Makefile
2025-08-27 17:10:19 +02:00

21 lines
330 B
Makefile

#
# $Id$
#
PORTNAME= DBI
PORTVERSION= 1.634
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 Database Interface, required for DBD::* modules
CONFLICTS= p5-DBI-1.3*
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= dbixs_rev.pl
.include <bsd.port.mk>
#EOF