diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-07-26 11:29:56 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-07-26 11:29:56 +0000 |
commit | 29396d2ea04e633bf80678ce39853b7ddee69a7a (patch) | |
tree | a8ad888525cf90df1e282e9cc2dcd24e512e8b80 /mail/p5-Email-LocalDelivery/Makefile | |
parent | a1028386b8fdefe24fd2809e945c998601d27d3d (diff) |
- Update to 0.21
- Assign maintainership to perl@
Notes
Notes:
svn path=/head/; revision=168801
Diffstat (limited to 'mail/p5-Email-LocalDelivery/Makefile')
-rw-r--r-- | mail/p5-Email-LocalDelivery/Makefile | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/mail/p5-Email-LocalDelivery/Makefile b/mail/p5-Email-LocalDelivery/Makefile index 69a6022a7906..b1502d5f47cf 100644 --- a/mail/p5-Email-LocalDelivery/Makefile +++ b/mail/p5-Email-LocalDelivery/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Email-LocalDelivery -PORTVERSION= 0.09 +PORTVERSION= 0.21 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Email PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Deliver a piece of email - simply BUILD_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ @@ -24,19 +24,4 @@ PERL_CONFIGURE= yes MAN3= Email::LocalDelivery.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 - -EXTRA_PATCHES= ${FILESDIR}/5.005-LocalDelivery::Mbox.pm - -post-patch: - @${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' \ - ${WRKSRC}/LocalDelivery.pm \ - ${WRKSRC}/LocalDelivery/Maildir.pm \ - ${WRKSRC}/LocalDelivery/Mbox.pm - @${RM} ${WRKSRC}/LocalDelivery/Mbox.pm.orig - -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |