mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
cf00cdacfb
PR: ports/136541 Approved by: maintainer timeout (Olivier.Girard@univ-angers.fr; 14 days) Submitted by: myself (pgollucci@)
24 lines
535 B
Makefile
24 lines
535 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.011.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.mk>
|