freebsd-ports/mail/p5-MIME-EncWords/Makefile
Yen-Ming Lee 9ebf1f1000 - add missing files
- bump PORTREVISION
2008-10-02 16:06:20 +00:00

30 lines
694 B
Makefile

# New ports collection makefile for: mail/p5-MIME-EncWords
# Date created: 05 June 2007
# Whom: Olivier Girard <Olivier.Girard@univ-angers.fr>
#
# $FreeBSD$
#
PORTNAME= MIME-EncWords
PORTVERSION= 1.010.101
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= Olivier.Girard@univ-angers.fr
COMMENT= Deal with RFC 2047 encoded words (improved)
RUN_DEPENDS= p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset
PERL_CONFIGURE= yes
MAN3= MIME::EncWords.3 MIME::EncWords::JA_JP.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
RUN_DEPENDS+= p5-MIME-Base64>=2.13:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.include <bsd.port.post.mk>