mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
2a77f2f829
Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup
24 lines
586 B
Makefile
24 lines
586 B
Makefile
# New ports collection makefile for: p5-DBI
|
|
# Version required: 0.73
|
|
# Date created: October 17th 1996
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/10/24 09:58:34 jfitz Exp $
|
|
#
|
|
|
|
DISTNAME= DBI-0.73
|
|
PKGNAME= p5-DBI-0.73
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= DBI
|
|
|
|
MAINTAINER= jfitz@FreeBSD.ORG
|
|
|
|
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
|
|
RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|