mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
195cae26f3
Approved by: portmgr (blanket infrastructure)
20 lines
397 B
Makefile
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>
|