diff options
author | bad <bad> | 1999-06-10 12:46:35 +0000 |
---|---|---|
committer | bad <bad> | 1999-06-10 12:46:35 +0000 |
commit | 1330abeffac71d0b3825405f1c63f95574570946 (patch) | |
tree | 40ec286ea3d60e17419bf48380ecb62584b33596 /databases/p5-DBI/Makefile | |
parent | 87d718852c190baccc93145216e38580eabb908f (diff) | |
download | pkgsrc-1330abeffac71d0b3825405f1c63f95574570946.tar.gz |
Initial import of DBI-1.08 the Perl database access API.
Diffstat (limited to 'databases/p5-DBI/Makefile')
-rw-r--r-- | databases/p5-DBI/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile new file mode 100644 index 00000000000..970cb9ab4d2 --- /dev/null +++ b/databases/p5-DBI/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/06/10 12:46:35 bad Exp $ +# + +DISTNAME= DBI-1.08 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} + +MAINTAINER= bad@netbsd.org +HOMEPAGE= http://www.symbolstone.org/technology/perl/DBI/index.html + +USE_PERL5= YES + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" |