diff options
author | mat <mat@FreeBSD.org> | 2007-08-31 13:37:23 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2007-08-31 13:37:23 +0000 |
commit | 75b6e3fc793815d03bc3729793ea811554d12340 (patch) | |
tree | 153c663f7188f7ab3aa7429f49cf75bbc7880b4f /textproc/p5-String-ShowDiff | |
parent | 1cd56b0c47da19f85df29bb4e8117a011a1793b5 (diff) | |
download | FreeBSD-ports-75b6e3fc793815d03bc3729793ea811554d12340.zip FreeBSD-ports-75b6e3fc793815d03bc3729793ea811554d12340.tar.gz |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
Diffstat (limited to 'textproc/p5-String-ShowDiff')
-rw-r--r-- | textproc/p5-String-ShowDiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-String-ShowDiff/Makefile b/textproc/p5-String-ShowDiff/Makefile index 2b4ce6b..b3f7e30 100644 --- a/textproc/p5-String-ShowDiff/Makefile +++ b/textproc/p5-String-ShowDiff/Makefile @@ -8,8 +8,7 @@ PORTNAME= String-ShowDiff PORTVERSION= 0.03 CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= String +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org |