mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
32fbdf5e2a
Approved by: portmgr (blanket infrastructure)
19 lines
407 B
Makefile
19 lines
407 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|