Update mail/postfix-current to version 3.2.20161008,4
[dports.git] / mail / p5-MIME-AltWords / Makefile
1 # Created by: Dmitry Liakh <dliakh@ukr.net>
2 # $FreeBSD$
3
4 PORTNAME=       MIME-AltWords
5 PORTVERSION=    0.12
6 PORTREVISION=   1
7 CATEGORIES=     mail
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     dliakh@ukr.net
12 COMMENT=        Perl module for encoding and decoding MIME words
13
14 USES=           perl5
15 USE_PERL5=      configure
16
17 post-patch:
18         @${REINPLACE_CMD} -e '/NAME/ s|MIME-AltWords|MIME::AltWords|' ${WRKSRC}/Makefile.PL
19
20 .include <bsd.port.mk>