freebsd-ports/converters/p5-Unicode-IMAPUtf7/Makefile

28 lines
658 B
Makefile
Raw Normal View History

# 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= CPAN:FABPOT
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2012-07-24 09:19:21 +02:00
COMMENT= Perl extension to deal with IMAP UTF-7
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
2012-06-07 10:50:24 +02:00
BUILD_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String
RUN_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
post-extract: # breaks non-root build otherwise
@${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} a+rx
.include <bsd.port.mk>