d44c0536a0
- from Changes since 0.93 - More minor documentation fixes. (darn!) - Minor documentation fix. - Autrijus Tang fix for clobbered $_. - Fix tests so that they work under PostGres, courtesy Arshavir Grigora
23 lines
436 B
Makefile
23 lines
436 B
Makefile
# New ports collection makefile for: Tie-DBI
|
|
# Date created: Thu Mar 8 06:56:59 2001
|
|
# Whom: clive
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Tie-DBI
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Tie
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module implementing Tie hash to a DBI handle
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Tie::RDBM.3 Tie::DBI.3
|
|
|
|
.include <bsd.port.mk>
|