diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:49:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:49:07 +0800 |
commit | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (patch) | |
tree | 0c9f31b4d0ce65813ab64599e00505009d91c209 /databases/p5-DBI | |
parent | e63013cbd62d5d2452437101988077656165692c (diff) | |
download | freebsd-ports-gnome-1d04fddf5785697f7a7b908b8635aa837e9d0615.tar.gz freebsd-ports-gnome-1d04fddf5785697f7a7b908b8635aa837e9d0615.tar.zst freebsd-ports-gnome-1d04fddf5785697f7a7b908b8635aa837e9d0615.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index c5169e54087a..c599b36f97a1 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: p5-DBI -# Version required: 1.13 # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= DBI-1.13 -PKGNAME= p5-DBI-1.13 +PORTNAME= p5-DBI +PORTVERSION= 1.13 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI +DISTNAME= DBI-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org |