Changeset View
Changeset View
Standalone View
Standalone View
mail/spamassassin/Makefile
| PORTNAME= spamassassin | PORTNAME= spamassassin | ||||
| PORTVERSION= 4.0.1 | PORTVERSION= 4.0.1 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES?= mail perl5 | CATEGORIES?= mail perl5 | ||||
| MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/source/ CPAN/Mail | MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/source/ CPAN/Mail | ||||
| DISTNAME= Mail-SpamAssassin-${PORTVERSION} | DISTNAME= Mail-SpamAssassin-${PORTVERSION} | ||||
| MAINTAINER?= cy@FreeBSD.org | MAINTAINER?= cy@FreeBSD.org | ||||
| COMMENT?= Highly efficient mail filter for identifying spam | COMMENT?= Highly efficient mail filter for identifying spam | ||||
| WWW= https://spamassassin.apache.org/ | WWW= https://spamassassin.apache.org/ | ||||
| ▲ Show 20 Lines • Show All 103 Lines • ▼ Show 20 Lines | DMARC_RUN_DEPENDS= p5-Mail-DMARC>=0:mail/p5-Mail-DMARC \ | ||||
| p5-Net-HTTP>=0:net/p5-Net-HTTP \ | p5-Net-HTTP>=0:net/p5-Net-HTTP \ | ||||
| p5-Test-Output>=0:devel/p5-Test-Output \ | p5-Test-Output>=0:devel/p5-Test-Output \ | ||||
| p5-Net-DNS>=0:dns/p5-Net-DNS \ | p5-Net-DNS>=0:dns/p5-Net-DNS \ | ||||
| p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode \ | p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode \ | ||||
| p5-libwww>=0:www/p5-libwww \ | p5-libwww>=0:www/p5-libwww \ | ||||
| p5-URI>=0:net/p5-URI | p5-URI>=0:net/p5-URI | ||||
| GNUPG_RUN_DEPENDS= gnupg1>=1.4.7:security/gnupg1 | GNUPG_RUN_DEPENDS= gnupg1>=1.4.7:security/gnupg1 | ||||
| GNUPG2_RUN_DEPENDS= gpg2:security/gnupg | GNUPG2_RUN_DEPENDS= gpg2:security/gnupg | ||||
| MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql | MYSQL_RUN_DEPENDS= ${DBD_MYSQL} | ||||
| MYSQL_USES= mysql | |||||
| PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg | PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg | ||||
| PYZOR_RUN_DEPENDS= pyzor:mail/pyzor | PYZOR_RUN_DEPENDS= pyzor:mail/pyzor | ||||
| RAZOR_RUN_DEPENDS= razor-agents>=2.84:mail/razor-agents \ | RAZOR_RUN_DEPENDS= razor-agents>=2.84:mail/razor-agents \ | ||||
| p5-Digest-SHA1>=2.13:security/p5-Digest-SHA1 | p5-Digest-SHA1>=2.13:security/p5-Digest-SHA1 | ||||
| RLIMIT_RUN_DEPENDS= p5-BSD-Resource>=1.2911:devel/p5-BSD-Resource | RLIMIT_RUN_DEPENDS= p5-BSD-Resource>=1.2911:devel/p5-BSD-Resource | ||||
| RELAY_COUNTRY_RUN_DEPENDS= p5-GeoIP2>=0:net/p5-GeoIP2 \ | RELAY_COUNTRY_RUN_DEPENDS= p5-GeoIP2>=0:net/p5-GeoIP2 \ | ||||
| p5-IP-Country>=0:net/p5-IP-Country | p5-IP-Country>=0:net/p5-IP-Country | ||||
| SPF_QUERY_RUN_DEPENDS= p5-Mail-SPF>=0:mail/p5-Mail-SPF | SPF_QUERY_RUN_DEPENDS= p5-Mail-SPF>=0:mail/p5-Mail-SPF | ||||
| ▲ Show 20 Lines • Show All 83 Lines • Show Last 20 Lines | |||||