diff options
author | az <az@FreeBSD.org> | 2013-07-31 14:54:09 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 14:54:09 +0800 |
commit | 448a5e5ed056eca21f6e4c419f976b3ec6d14fd0 (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /mail | |
parent | be5a215285755fb61a101782219027ad5e305270 (diff) | |
download | freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.tar.gz freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.tar.zst freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.zip |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/openwebmail/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-Mail-Bulkmail/Makefile | 9 | ||||
-rw-r--r-- | mail/razor-agents/Makefile | 3 |
3 files changed, 8 insertions, 13 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index d49ec0e860fb..7733083ad72b 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openwebmail -# Date created: 24 April 2001 -# Whom: Yen-Ming Lee <leeym@leeym.com> -# +# Created by: Yen-Ming Lee <leeym@leeym.com> # $FreeBSD$ -# PORTNAME= openwebmail PORTVERSION= 2.53 @@ -18,7 +14,8 @@ COMMENT= A webmail system designed to manage big mail folder files efficiently RUN_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv -USE_PERL5= yes +USES= perl5 +USE_PERL5= run build patch NO_BUILD= yes NO_WRKSUBDIR= yes OWCGIDIR= ${PREFIX}/www/cgi-bin/openwebmail diff --git a/mail/p5-Mail-Bulkmail/Makefile b/mail/p5-Mail-Bulkmail/Makefile index 1b9376b410c3..21a842a6b84f 100644 --- a/mail/p5-Mail-Bulkmail/Makefile +++ b/mail/p5-Mail-Bulkmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Mail-Bulkmail -# Date created: Wed Jan 3 13:26:45 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Mail-Bulkmail PORTVERSION= 3.12 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module for mailing lists -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure patch MAN3= Mail::Bulkmail.3 Mail::Bulkmail::Dynamic.3 \ Mail::Bulkmail::Server.3 Mail::Bulkmail::Object.3 \ diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile index 51a8437d0ab4..639cbc8db0fe 100644 --- a/mail/razor-agents/Makefile +++ b/mail/razor-agents/Makefile @@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure patch MAKE_JOBS_UNSAFE= yes MAKE_ARGS+= PERLPREFIX=${PREFIX} |