diff options
author | az <az@FreeBSD.org> | 2013-08-05 23:05:29 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-05 23:05:29 +0800 |
commit | 12549b30c2eef8132a2851d6f17e8c45a3491872 (patch) | |
tree | 6094da914716107bca7d35889c1b8aab5e6097c7 /mail | |
parent | 7e71988ad884bca5467171d41d1f68fd7040697b (diff) | |
download | freebsd-ports-gnome-12549b30c2eef8132a2851d6f17e8c45a3491872.tar.gz freebsd-ports-gnome-12549b30c2eef8132a2851d6f17e8c45a3491872.tar.zst freebsd-ports-gnome-12549b30c2eef8132a2851d6f17e8c45a3491872.zip |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Find/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-Email-Send/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-Email-Valid/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-Mail-Box/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Transport-Dbx/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-Parse-Syslog-Mail/Makefile | 9 |
7 files changed, 19 insertions, 32 deletions
diff --git a/mail/p5-Email-Find/Makefile b/mail/p5-Email-Find/Makefile index 76ecdabff1c8..4609020aecbb 100644 --- a/mail/p5-Email-Find/Makefile +++ b/mail/p5-Email-Find/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mail/p5-Email-Find -# Date created: 28 December 2000 -# Whom: Anton Berezin <tobez@tobez.org> -# +# Created by: Anton Berezin <tobez@tobez.org> # $FreeBSD$ -# PORTNAME= Email-Find PORTVERSION= 0.10 @@ -17,7 +13,8 @@ COMMENT= Find RFC 822 email addresses in plain text BUILD_DEPENDS= p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Find.3 Email::Find::addrspec.3 diff --git a/mail/p5-Email-Send/Makefile b/mail/p5-Email-Send/Makefile index b356fe6807ba..9b39f773e67e 100644 --- a/mail/p5-Email-Send/Makefile +++ b/mail/p5-Email-Send/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mail/p5-Email-Send -# Date created: 27 December 2005 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Email-Send PORTVERSION= 2.198 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Send.3 \ Email::Send::NNTP.3 \ diff --git a/mail/p5-Email-Valid/Makefile b/mail/p5-Email-Valid/Makefile index e152766186a7..6cd8b393285f 100644 --- a/mail/p5-Email-Valid/Makefile +++ b/mail/p5-Email-Valid/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mail/p5-Email-Valid -# Date created: 28 December 2000 -# Whom: Anton Berezin <tobez@tobez.org> -# +# Created by: Anton Berezin <tobez@tobez.org> # $FreeBSD$ -# PORTNAME= Email-Valid PORTVERSION= 0.190 @@ -20,7 +16,8 @@ COMMON_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \ BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Email::Valid.3 diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index 203a30807346..a3e666ac9fdd 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -30,7 +30,8 @@ BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= </dev/null CONFIGURE_ENV+= MAILBOX_INSTALL_OPTIONALS=n diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile index 65aedbdea98f..3046407de27c 100644 --- a/mail/p5-Mail-Sender/Makefile +++ b/mail/p5-Mail-Sender/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Module for sending mails with attachments through an SMTP server -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Sender.3 diff --git a/mail/p5-Mail-Transport-Dbx/Makefile b/mail/p5-Mail-Transport-Dbx/Makefile index e979ab9d8171..8094fe86e32c 100644 --- a/mail/p5-Mail-Transport-Dbx/Makefile +++ b/mail/p5-Mail-Transport-Dbx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mail/p5-Mail-Transport-Dbx -# Date created: 25 January 2006 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Mail-Transport-Dbx PORTVERSION= 0.07 @@ -17,7 +13,8 @@ COMMENT= Mail::Transport::Dbx - Parse Outlook Express mailboxes #BUILD_DEPENDS= p5-ExtUtils-Constant>0:${PORTSDIR}/devel/p5-ExtUtils-Constant #RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Transport::Dbx.3 diff --git a/mail/p5-Parse-Syslog-Mail/Makefile b/mail/p5-Parse-Syslog-Mail/Makefile index 492ecf98518b..1707cfe1917a 100644 --- a/mail/p5-Parse-Syslog-Mail/Makefile +++ b/mail/p5-Parse-Syslog-Mail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mail/p5-Parse-Syslog-Mail -# Date created: 08 January 2007 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Parse-Syslog-Mail PORTVERSION= 0.17 @@ -17,7 +13,8 @@ COMMENT= Parse log messages generated by various MTAs BUILD_DEPENDS= p5-Parse-Syslog>=0:${PORTSDIR}/textproc/p5-Parse-Syslog RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::Syslog::Mail.3 |