1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/databases/p5-DBI-137/Makefile

26 lines
603 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-DBI
1998-02-18 18:17:31 +00:00
# Version required: 0.93
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1998-08-06 15:18:27 +00:00
# $Id: Makefile,v 1.12 1998/02/18 18:17:21 vanilla Exp $
#
1998-02-18 18:17:31 +00:00
DISTNAME= DBI-0.93
PKGNAME= p5-DBI-0.93
1997-04-20 13:53:29 +00:00
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI
MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
1997-09-13 17:53:20 +00:00
MAN3= DBI.3 DBI::W32ODBC.3 DBI::FAQ.3 DBI::DBD.3
1998-08-06 15:18:27 +00:00
MANPREFIX= ${PREFIX}/lib/perl5/5.00501
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>