diff options
author | eik <eik@FreeBSD.org> | 2004-05-18 11:21:45 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-05-18 11:21:45 +0000 |
commit | c67356fe2afd9336c7cc65e7f9db679f4dac0a31 (patch) | |
tree | 9045d6eecb975d46db278344cd1e9fb36468e086 /databases/p5-DBI-137 | |
parent | 5ac834ce2e10e7bd2203629ae3cf45dd91020f66 (diff) | |
download | FreeBSD-ports-c67356fe2afd9336c7cc65e7f9db679f4dac0a31.zip FreeBSD-ports-c67356fe2afd9336c7cc65e7f9db679f4dac0a31.tar.gz |
FWIIW, change the PKGNAME of databases/p5-DBI-137
to p5-DBI-1.37 instead of p5-DBI-137-1.37
The ports version number should not be a part of its name.
Diffstat (limited to 'databases/p5-DBI-137')
-rw-r--r-- | databases/p5-DBI-137/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index dd2eaea..99f3442 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/Makefile @@ -11,7 +11,6 @@ CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI PKGNAMEPREFIX= p5- -PKGNAMESUFFIX= -137 MAINTAINER= ports@FreeBSD.org COMMENT= The perl5 Database Interface. Required for DBD::* modules @@ -21,8 +20,9 @@ BUILD_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC RUN_DEPENDS= ${BUILD_DEPENDS} .endif -CONFLICTS= p5-DBI-* +CONFLICTS= p5-DBI-1.[!3]* PERL_CONFIGURE= yes +LATEST_LINK= p5-DBI-137 MAN1= dbiprof.1 \ dbiproxy.1 |