diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-31 13:37:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-31 13:37:23 +0000 |
commit | d1850a3d8ce1023f97814bd5db8642bfc8e695e0 (patch) | |
tree | bba44484f7b230fd6b557cc34a841c889282242a /databases/p5-DBD-PgSPI/Makefile | |
parent | - Update to 1.19.3 (diff) |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
Notes
Notes:
svn path=/head/; revision=198588
Diffstat (limited to 'databases/p5-DBD-PgSPI/Makefile')
-rw-r--r-- | databases/p5-DBD-PgSPI/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-DBD-PgSPI/Makefile b/databases/p5-DBD-PgSPI/Makefile index 8cfcf02e8610..2891e5df2893 100644 --- a/databases/p5-DBD-PgSPI/Makefile +++ b/databases/p5-DBD-PgSPI/Makefile @@ -9,8 +9,7 @@ PORTNAME= DBD-PgSPI PORTVERSION= 0.02 PORTREVISION= 2 CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBD +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org |