View | Details | Raw Unified | Return to bug 178579
Collapse All | Expand All

(-)converters/p5-Unicode-IMAPUtf7/Makefile (-9 / +6 lines)
Lines 1-20 Link Here
1
# New ports collection makefile for:	Unicode::IMAPUtf7
1
# Created by: Seamus Venasse <svenasse@polaris.ca>
2
# Date created:				25 Jan 2002
3
# Whom:					Seamus Venasse <svenasse@polaris.ca>
4
#
5
# $FreeBSD: head/converters/p5-Unicode-IMAPUtf7/Makefile 301441 2012-07-24 07:19:21Z cs $
2
# $FreeBSD: head/converters/p5-Unicode-IMAPUtf7/Makefile 301441 2012-07-24 07:19:21Z cs $
6
#
7
3
8
PORTNAME=	Unicode-IMAPUtf7
4
PORTNAME=	Unicode-IMAPUtf7
9
PORTVERSION=	2.01
5
PORTVERSION=	2.01
10
CATEGORIES=	converters perl5
6
CATEGORIES=	converters perl5
11
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	Unicode/FABPOT
8
MASTER_SITE_SUBDIR=	CPAN:FABPOT
13
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
14
10
15
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Perl extension to deal with IMAP UTF-7
12
COMMENT=	Perl extension to deal with IMAP UTF-7
17
13
14
LICENSE=	ART10 GPLv1
15
LICENSE_COMB=	dual
16
18
BUILD_DEPENDS=	p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String
17
BUILD_DEPENDS=	p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
RUN_DEPENDS:=	${BUILD_DEPENDS}
20
19
Lines 23-30 Link Here
23
MAN3=		Unicode::IMAPUtf7.3
22
MAN3=		Unicode::IMAPUtf7.3
24
23
25
post-extract:	# breaks non-root build otherwise
24
post-extract:	# breaks non-root build otherwise
26
	${CHMOD} u+x ${WRKSRC}
25
	@${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} a+rx
27
	${CHMOD} u+x ${WRKSRC}/t ${WRKSRC}/lib
28
	${CHMOD} u+x ${WRKSRC}/lib/Unicode
29
26
30
.include <bsd.port.mk>
27
.include <bsd.port.mk>

Return to bug 178579