freebsd-ports/mail/p5-MIME-AltWords/Makefile
Sunpoet Po-Chuan Hsieh 235f281a99 - Add p5-MIME-AltWords 0.12
MIME::AltWords is similar to MIME::Words in MIME::Tools, but it provides an
alternate implementation that follows the MIME specification more carefully.

WWW: http://search.cpan.org/dist/MIME-AltWords/

PR:		ports/157942
Submitted by:	Dmitry Liakh <dliakh@ukr.net>
2011-06-28 15:39:43 +00:00

25 lines
513 B
Makefile

# New ports collection makefile for: p5-MIME-AltWords
# Date created: Jun 06 2011
# Whom: 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
PERL_CONFIGURE= yes
MAN3= MIME::AltWords.3 \
MIME::AltWords0.3
post-patch:
@${REINPLACE_CMD} -e '/NAME/ s|MIME-AltWords|MIME::AltWords|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>