diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-18 10:47:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-18 10:47:18 +0000 |
commit | 7fb0c2fd50e5b605cd3ccc012e081497ce8a209e (patch) | |
tree | 90fef0b1402da278fe4cb3b5cc386bcc3f78b68d /devel/perltidy | |
parent | fb1a8d282775d7964bbd97657a76f0bc1cf1104d (diff) | |
download | ports-7fb0c2fd50e5b605cd3ccc012e081497ce8a209e.tar.gz ports-7fb0c2fd50e5b605cd3ccc012e081497ce8a209e.zip |
Notes
Diffstat (limited to 'devel/perltidy')
-rw-r--r-- | devel/perltidy/Makefile | 8 | ||||
-rw-r--r-- | devel/perltidy/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/perltidy/Makefile b/devel/perltidy/Makefile index 06656514bf13..3b3879c01a93 100644 --- a/devel/perltidy/Makefile +++ b/devel/perltidy/Makefile @@ -7,19 +7,19 @@ # PORTNAME= perltidy -PORTVERSION= 20021130 +PORTVERSION= 20030726 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/%SUBDIR%/Perl/} \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Perl-Tidy-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mat@FreeBSD.org COMMENT= Indents and reformats Perl scripts to make them easier to read PERL_CONFIGURE= yes MAN1= perltidy.1 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Perl::Tidy.3 .include <bsd.port.mk> diff --git a/devel/perltidy/distinfo b/devel/perltidy/distinfo index 350783cb757d..65643702b19b 100644 --- a/devel/perltidy/distinfo +++ b/devel/perltidy/distinfo @@ -1 +1 @@ -MD5 (Perl-Tidy-20021130.tar.gz) = eed5305de796eaef210365851c73d28f +MD5 (Perl-Tidy-20030726.tar.gz) = 158597913c9eb0325cbdb8268e29a859 |