diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-09-20 13:19:17 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-09-20 13:19:17 +0000 |
commit | 758b8372d0e4c09efdecf7d694b9c7af7e633d45 (patch) | |
tree | 00c1d9141fea41101fa2eccdaf984283e89acd3c /mail/p5-Email-MIME-Encodings/Makefile | |
parent | 3f8ff9b4a93bf9c79ce84db71b56c47c28ceeb6c (diff) | |
download | ports-758b8372d0e4c09efdecf7d694b9c7af7e633d45.tar.gz ports-758b8372d0e4c09efdecf7d694b9c7af7e633d45.zip |
Notes
Diffstat (limited to 'mail/p5-Email-MIME-Encodings/Makefile')
-rw-r--r-- | mail/p5-Email-MIME-Encodings/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/p5-Email-MIME-Encodings/Makefile b/mail/p5-Email-MIME-Encodings/Makefile index c01875d0fc91..e77e9d3897ba 100644 --- a/mail/p5-Email-MIME-Encodings/Makefile +++ b/mail/p5-Email-MIME-Encodings/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Email-MIME-Encodings -PORTVERSION= 1.3 +PORTVERSION= 1.310 CATEGORIES= mail perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../by-authors/id/C/CW/CWEST +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org @@ -23,7 +22,7 @@ PERL_CONFIGURE= yes MAN3= Email::MIME::Encodings.3 post-patch: - ${PERL} -pi -e '$$_="" if /use warnings/;' ${WRKSRC}/Encodings.pm + ${PERL} -pi -e '$$_="" if /use warnings/;' ${WRKSRC}/lib/Email/MIME/Encodings.pm test: cd ${WRKSRC} ; make test |