diff options
author | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
commit | f8d84df2018f0071d586d8c74fe89b3ebe61cbfc (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /mail | |
parent | 5ff0965a6a20416caf6012b02767e66ac0694085 (diff) | |
download | freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.gz freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.zst freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'mail')
-rw-r--r-- | mail/adcomplain/Makefile | 8 | ||||
-rw-r--r-- | mail/bayespam/Makefile | 3 | ||||
-rw-r--r-- | mail/im/Makefile | 8 | ||||
-rw-r--r-- | mail/mail2procmailrc/Makefile | 9 | ||||
-rw-r--r-- | mail/mailagent/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-FuzzyOcr/Makefile | 2 | ||||
-rw-r--r-- | mail/popular/Makefile | 2 | ||||
-rw-r--r-- | mail/spampd/Makefile | 8 | ||||
-rw-r--r-- | mail/textmail/Makefile | 8 |
9 files changed, 14 insertions, 36 deletions
diff --git a/mail/adcomplain/Makefile b/mail/adcomplain/Makefile index 40f7ea5ec657..616314323acf 100644 --- a/mail/adcomplain/Makefile +++ b/mail/adcomplain/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: adcomplain -# Date created: 13 Sep 1997 -# Whom: ache@FreeBSD.org -# +# Created by: ache@FreeBSD.org # $FreeBSD$ -# PORTNAME= adcomplain PORTVERSION= 3.52 @@ -15,7 +11,7 @@ EXTRACT_SUFX= .uu MAINTAINER= ports@FreeBSD.org COMMENT= Complain about inappropriate commercial use (f.e. SPAM) of usenet/e-mail -USE_PERL5= yes +USES= perl5 EXTRACT_CMD= /usr/bin/uudecode EXTRACT_BEFORE_ARGS= < diff --git a/mail/bayespam/Makefile b/mail/bayespam/Makefile index 0b9bb9a24574..a4222995606d 100644 --- a/mail/bayespam/Makefile +++ b/mail/bayespam/Makefile @@ -12,8 +12,7 @@ COMMENT= qmail spam filter written in Perl using Bayesian classification RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools -USES= shebangfix -USE_PERL5= yes +USES= shebangfix perl5 NO_BUILD= yes SHEBANG_FILES= *.pl diff --git a/mail/im/Makefile b/mail/im/Makefile index c8d0ea20b349..80142fc7d5cb 100644 --- a/mail/im/Makefile +++ b/mail/im/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: IM -# Date created: 13 November 1997 -# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# +# Created by: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # $FreeBSD$ -# PORTNAME= im PORTVERSION= 151 @@ -13,7 +9,7 @@ MASTER_SITES= http://tats.haun.org/im/ MAINTAINER= ports@FreeBSD.org COMMENT= Set of user interfaces of Email and NetNews -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-hostname=_domain_of_your_mail_address_ MAKE_ARGS= prefix=${PREFIX} imlibdir=${ETCDIR} diff --git a/mail/mail2procmailrc/Makefile b/mail/mail2procmailrc/Makefile index 452260b6fb1a..2770c45d0545 100644 --- a/mail/mail2procmailrc/Makefile +++ b/mail/mail2procmailrc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: mail2procmailrc -# Date created: Dec 29, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= mail2procmailrc PORTVERSION= 0.9 @@ -19,7 +14,7 @@ RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \ p5-Curses-Widgets>=0:${PORTSDIR}/devel/p5-Curses-Widgets \ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools -USE_PERL5= yes +USES= perl5 NO_BUILD= yes do-install: diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index f8b86612ec94..1b07d0b38562 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://eron.info/ MAINTAINER= ports@FreeBSD.org COMMENT= A sophisticated automatic mail-processing tool -USE_PERL5= yes +USES= perl5 USE_BZIP2= yes NO_PACKAGE= Correct FQDN needs to be hardcoded diff --git a/mail/p5-FuzzyOcr/Makefile b/mail/p5-FuzzyOcr/Makefile index 70c6aa501cf2..fcf7a325bd08 100644 --- a/mail/p5-FuzzyOcr/Makefile +++ b/mail/p5-FuzzyOcr/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ CONFLICTS= p5-FuzzyOcr-devel-[0-9]* -USE_PERL5= yes +USES= perl5 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} diff --git a/mail/popular/Makefile b/mail/popular/Makefile index 2ed29a00d946..35a74be5329f 100644 --- a/mail/popular/Makefile +++ b/mail/popular/Makefile @@ -14,11 +14,11 @@ BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM CONFLICTS= pserv-[0-9]* synce-librapi2-[0-9]* +USES= perl5 USE_AUTOTOOLS= libtool USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENSSL= yes -USE_PERL5= yes PDM_MODULES= any master CONFIGURE_ARGS= --without-bdb --disable-docbook --with-confdir=${PREFIX}/etc/popular \ --enable-ssl --with-pdm="${PDM_MODULES}" diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile index 43785b6573ab..3137d7774880 100644 --- a/mail/spampd/Makefile +++ b/mail/spampd/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: spampd -# Date created: 7 April 2004 -# Whom: chris -# +# Created by: chris # $FreeBSD$ -# PORTNAME= spampd PORTVERSION= 2.30 @@ -19,7 +15,7 @@ RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ NO_BUILD= yes PLIST_FILES= sbin/spampd -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= spampd do-install: diff --git a/mail/textmail/Makefile b/mail/textmail/Makefile index a204e6873381..8cda3778b505 100644 --- a/mail/textmail/Makefile +++ b/mail/textmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textmail -# Date created: 8 August 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= textmail PORTVERSION= 20070803 @@ -20,7 +16,7 @@ RUN_DEPENDS= antiword:${PORTSDIR}/textproc/antiword \ lynx:${PORTSDIR}/www/lynx \ ${LOCALBASE}/libexec/xpdf/pdftotext:${PORTSDIR}/graphics/xpdf -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/${PORTNAME} NO_WRKSUBDIR= yes MAN1= ${PORTNAME}.1 |