1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/mail/p5-MIME-AltWords/Makefile
2021-04-06 16:31:07 +02:00

20 lines
401 B
Makefile

# Created by: Dmitry Liakh <dliakh@ukr.net>
PORTNAME= MIME-AltWords
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dliakh@ukr.net
COMMENT= Perl module for encoding and decoding MIME words
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e '/NAME/ s|MIME-AltWords|MIME::AltWords|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>