mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update MASTER_SITES
- Add LICENSE - Fix plist - Bump PORTREVISION PR: 178579 Submitted by: Ports Fury
This commit is contained in:
parent
6ea90da5fd
commit
e17c938e16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318170
@ -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>
|
||||
|
@ -1,7 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/IMAPUtf7/.packlist
|
||||
%%SITE_PERL%%/Unicode/IMAPUtf7.pm
|
||||
@dirrmtry %%SITE_PERL%%/auto/Unicode/IMAPUtf7
|
||||
@dirrmtry %%SITE_PERL%%/auto/Unicode
|
||||
@dirrmtry %%SITE_PERL%%/Unicode
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/IMAPUtf7/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/IMAPUtf7
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode
|
||||
@dirrmtry %%SITE_PERL%%/Unicode
|
||||
|
Loading…
Reference in New Issue
Block a user