freebsd-ports/databases/p5-Tie-DBI/Makefile
Clive Lin e42c2ab599 New port: p5-Tie-DBI
Tie::DBI is a perl module implementing Tie hash to a DBI handle.
2001-03-08 11:40:30 +00:00

22 lines
424 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= 0.91
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Tie::RDBM.3 Tie::DBI.3
.include <bsd.port.mk>