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
1997-06-27 02:27:51 +00:00

26 lines
583 B
Makefile

# New ports collection makefile for: p5-DBI
# Version required: 0.85
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.8 1997/06/24 18:43:11 jfitz Exp $
#
DISTNAME= DBI-0.85
PKGNAME= p5-DBI-0.85
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI
MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
MAN3= DBI.3 DBI::W32ODBC.3 DBI::FAQ.3
MANPREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>