diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-26 09:19:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-26 09:19:34 +0000 |
commit | 336a28bb21cb0a1f37db2940b881f43d8f38ba36 (patch) | |
tree | 0013e361963e3c13f5818c0fcf289d01743602ea /mail/p5-Mail-SPF | |
parent | d2d39bae72560caaeea5232130b2b80080f8b3c8 (diff) |
Notes
Diffstat (limited to 'mail/p5-Mail-SPF')
-rw-r--r-- | mail/p5-Mail-SPF/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/p5-Mail-SPF/Makefile b/mail/p5-Mail-SPF/Makefile index 6f82a44cf573..47d16f6626a8 100644 --- a/mail/p5-Mail-SPF/Makefile +++ b/mail/p5-Mail-SPF/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-Mail-SPF -# Date created: Thu Feb 8 18:46:25 CET 2007 -# Whom: gmc@sonologic.nl -# +# Created by: gmc@sonologic.nl # $FreeBSD$ -# PORTNAME= Mail-SPF PORTVERSION= 2.007 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,7 +20,7 @@ RUN_DEPENDS= p5-Net-DNS-Resolver-Programmable>=0.002.1:${PORTSDIR}/dns/p5-Net-DN p5-URI>=1.13:${PORTSDIR}/net/p5-URI BUILD_DEPENDS:= ${RUN_DEPENDS} -CONFLICTS= p5-Mail-SPF-Query-[0-9]* +CONFLICTS= libspf2-[0-9]* p5-Mail-SPF-Query-[0-9]* PERL_MODBUILD= yes CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin |