diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-22 03:46:53 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-22 03:46:53 +0000 |
commit | 823e9eade67a302ba1f04652890563560a60d6ad (patch) | |
tree | 2e219f886bb22aa4ed6d530d688347a657f0c43e /databases/p5-DBIWrapper/Makefile | |
parent | 72dcb5bf9823ce0524e534c8dfbc1cd0e75d45dd (diff) |
Notes
Diffstat (limited to 'databases/p5-DBIWrapper/Makefile')
-rw-r--r-- | databases/p5-DBIWrapper/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile index b61918ce3c8f..57fdf152eae1 100644 --- a/databases/p5-DBIWrapper/Makefile +++ b/databases/p5-DBIWrapper/Makefile @@ -5,16 +5,18 @@ # $FreeBSD$ # -PORTNAME= dbiwrapper -PORTVERSION= 0.11 +PORTNAME= DBIWrapper +PORTVERSION= 0.12 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= dbiwrapper +PKGNAMEPREFIX= p5- DISTNAME= dbi_wrapper-${PORTVERSION} MAINTAINER= petef@databits.net -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |