aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Unicode-IMAPUtf7/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-Unicode-IMAPUtf7/Makefile')
-rw-r--r--converters/p5-Unicode-IMAPUtf7/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/converters/p5-Unicode-IMAPUtf7/Makefile b/converters/p5-Unicode-IMAPUtf7/Makefile
index 33f857aec999..64e30e379e76 100644
--- a/converters/p5-Unicode-IMAPUtf7/Makefile
+++ b/converters/p5-Unicode-IMAPUtf7/Makefile
@@ -1,30 +1,28 @@
-# New ports collection makefile for: Unicode::IMAPUtf7
-# Date created: 25 Jan 2002
-# Whom: Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
-#
PORTNAME= Unicode-IMAPUtf7
PORTVERSION= 2.01
+PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Unicode/FABPOT
+MASTER_SITE_SUBDIR= CPAN:FABPOT
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension to deal with IMAP UTF-7
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String
PERL_CONFIGURE= yes
MAN3= Unicode::IMAPUtf7.3
post-extract: # breaks non-root build otherwise
- ${CHMOD} u+x ${WRKSRC}
- ${CHMOD} u+x ${WRKSRC}/t ${WRKSRC}/lib
- ${CHMOD} u+x ${WRKSRC}/lib/Unicode
+ @${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} a+rx
.include <bsd.port.mk>