2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2009-12-18 03:31:18 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Encode-IMAPUTF7
|
2010-06-20 03:40:11 +02:00
|
|
|
PORTVERSION= 1.05
|
2009-12-18 03:31:18 +01:00
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-20 03:40:11 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-12-18 03:31:18 +01:00
|
|
|
COMMENT= Modification of UTF-7 encoding for IMAP
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-12-18 03:31:18 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-12-18 03:31:18 +01:00
|
|
|
|
|
|
|
MAN3= Encode::IMAPUTF7.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|