1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/mail/p5-MIME-EncWords/Makefile
Philip M. Gollucci cf00cdacfb - Update to 1.011.1
PR:             ports/136541
Approved by:    maintainer timeout (Olivier.Girard@univ-angers.fr; 14 days)
Submitted by:   myself (pgollucci@)
2009-07-23 17:26:34 +00:00

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>