1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/mail/p5-MIME-AltWords/Makefile
Andrej Zverev 195cae26f3 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 16:08:00 +00:00

20 lines
397 B
Makefile

# Created by: Dmitry Liakh <dliakh@ukr.net>
# $FreeBSD$
PORTNAME= MIME-AltWords
PORTVERSION= 0.12
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>